X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=2a79f6da6ae1566f9736d1c738948abc682c7c06;hb=98d421667c21a07ab69dd881f1435c2f595ddd4c;hp=02eeea93507dcec10d11302a2b938890af7e1d79;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 02eeea93..2a79f6da 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -18,8 +18,8 @@ void InitGameEngine_SP(void) gfx.anim_random_frame = -1; // (use simple, ad-hoc random numbers) - game_sp.LevelSolved = FALSE; - game_sp.GameOver = FALSE; + game_sp.level_solved = FALSE; + game_sp.game_over = FALSE; game_sp.time_played = 0; game_sp.infotrons_still_needed = native_sp_level.header.InfotronsNeeded;