I'm getting the following error:
4879 C:\RL\angband311\src\main-win.c `win_get_cmd' undeclared (first use in this function)
I don't think I'm missing any files from my (Dev-C++ or VC++) compile. Any hints?
[EDIT] If I change it back to get_init_cmd (which it seems to have been before) it compiles, but the game freezes on 'File -> New'.
cmd_get appears to be eternally returning CMD_NEWGAME, (if I use 'get_init_cmd) which makes sense looking at the code but I still don't know what (or where) 'win_get_cmd' is supposed to be.
cmd_queue in cmd_get is just piling up CMD_NEWGAME's.
4879 C:\RL\angband311\src\main-win.c `win_get_cmd' undeclared (first use in this function)
I don't think I'm missing any files from my (Dev-C++ or VC++) compile. Any hints?
[EDIT] If I change it back to get_init_cmd (which it seems to have been before) it compiles, but the game freezes on 'File -> New'.
cmd_get appears to be eternally returning CMD_NEWGAME, (if I use 'get_init_cmd) which makes sense looking at the code but I still don't know what (or where) 'win_get_cmd' is supposed to be.
cmd_queue in cmd_get is just piling up CMD_NEWGAME's.
Comment