X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.c;h=79b102d6dbfd8307df3e0f283b463cf116d929cd;hb=57df78d466cba1424ee144e4d886da8fcff74833;hp=2ba35823a8db9fc16c5b24d9b05d71f797240a50;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.c b/src/game_sp/DoGameStuff.c index 2ba35823..79b102d6 100644 --- a/src/game_sp/DoGameStuff.c +++ b/src/game_sp/DoGameStuff.c @@ -71,14 +71,14 @@ void subDoGameStuff(void) if (KillMurphyFlag == 1 || MurphyMoveCounter == 0) { if (LeadOutCounter == 0 && - !game_sp.LevelSolved && - !game_sp.GameOver) + !game_sp.level_solved && + !game_sp.game_over) { KillMurphyFlag = 0; // no more "kill Murphy" ExplodeFieldSP(MurphyExplodePos); // Explode LeadOutCounter = 0x40; // quit: start lead-out - /* give Murphy some more time (LeadOutCounter) to reach the exit */ + // give Murphy some more time (LeadOutCounter) to reach the exit } } // loc_g_22FB: }