rnd-20100220-1-src
[rocksndiamonds.git] / src / game_sp / MainGameLoop.c
index 60a479db7c6ec9056ce2541e7743139efa34222d..028c861e03a5741f44a9eccff4d84465340cfed1 100644 (file)
@@ -293,8 +293,8 @@ locExitMainGameLoop:
 
 #if 1
   /* if the game is not won when reaching this point, then it is lost */
-  if (!game_sp_info.LevelSolved)
-    game_sp_info.GameOver = TRUE;
+  if (!game_sp.LevelSolved)
+    game_sp.GameOver = TRUE;
 #endif
 
 #if 1