- made the GameFunc constants global again.

With most of the more specific features being migrated to CCMDs the list is relatively clean now, with merely 2 buttons that are game specific.
This commit is contained in:
Christoph Oelckers 2020-08-27 00:25:59 +02:00
parent 4b299fa412
commit f597f7c265
11 changed files with 84 additions and 255 deletions

View file

@ -871,6 +871,7 @@ int RunGame()
if (exec) exec->ExecCommands();
gamestate = GS_LEVEL;
SetupGameButtons();
gi->app_init();
app_loop();
return 0; // this is never reached. app_loop only exits via exception.