diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 6bbf08166..ce4bd3caf 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -7696,7 +7696,7 @@ void comlinehelp(char **argv) "-usecwd\t\tRead game data and configuration file from working directory\n" #endif "-condebug, -z#\tLine-by-line CON compilation debugging" - ; + ; wm_msgbox(apptitle,s); } @@ -10511,8 +10511,8 @@ char domovethings(void) } - if(sprite[ps[i].i].pal != 1) - sprite[ps[i].i].pal = ud.pcolor[i]; + if(sprite[ps[i].i].pal != 1) + sprite[ps[i].i].pal = ud.pcolor[i]; cheatkeys(i);