X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.c;h=8e7d8830c9dc360fa294616da41450cdf098c5f9;hb=3d31c6dd1b4f598453c3079d292f47f372f10151;hp=ce1d77e2d6b8b12d181ea63b15d112e17dab2160;hpb=725f2361ad1932897edef8849a86d9ba7f65424f;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.c b/src/game_sp/DoGameStuff.c index ce1d77e2..8e7d8830 100644 --- a/src/game_sp/DoGameStuff.c +++ b/src/game_sp/DoGameStuff.c @@ -83,7 +83,7 @@ int subDoGameStuff() if (LeadOutCounter == 0) #endif { -#if 0 +#if 1 printf("::: DoGameStuff.c: killing murphy [%d] ...\n", KillMurphyFlag); #endif @@ -92,11 +92,18 @@ int subDoGameStuff() LeadOutCounter = 0x40; // quit: start lead-out #if 1 + #if 1 printf("::: DoGameStuff.c: !!!!!!!!!! GAME OVER !!!!!!!!!!\n"); + printf("::: [KillMurphyFlag == %d]\n", KillMurphyFlag); #endif +#if 1 + /* give Murphy some more time (LeadOutCounter) to reach the exit */ +#else game_sp_info.GameOver = TRUE; +#endif + #endif }