changed variable name
[rocksndiamonds.git] / src / game_sp / export.h
index 1ac2d311d4b40cbd6ab90ea0b4b4d47e3f00ba61..787bb45b9d7a1bfda4e2b07b505812c257675ae7 100644 (file)
@@ -91,8 +91,8 @@ struct GlobalInfo_SP
 
 struct GameInfo_SP
 {
-  boolean LevelSolved;
-  boolean GameOver;
+  boolean level_solved;
+  boolean game_over;
 
   // needed for updating panel
   int time_played;