jmoon018 / PacVim

GNU Lesser General Public License v3.0
3.25k stars 193 forks source link

Pacvim never loads a level I just see "YOU WIN THE GAME" when I hit enter #28

Closed scottchiefbaker closed 6 years ago

scottchiefbaker commented 6 years ago

I just compiled pacvim on my Fedora 28 box and when I run it I see the menu:

 PRESS ENTER TO PLAY!
    ESC OR q TO EXIT!

When I hit enter I never see a level it just immediately says "YOU WIN THE GAME" and takes me to the next level. Am I doing something wrong?

syedelec commented 6 years ago

I had the same problem, use tag v1.1.0 git checkout -b v1.1.0 v1.1.0 and re-compile

scottchiefbaker commented 6 years ago

That fixed it thanks.