removed runtime values from level structure for EM and SP engine
[rocksndiamonds.git] / src / game_em / export.h
index 1283829754c77f85527423c44595da22ba9bce5e..acd000b55d44408cbb3406306093e58294749726 100644 (file)
@@ -38,6 +38,9 @@ struct GameInfo_EM
 
   int last_moving_player;
   int last_player_direction[MAX_PLAYERS];
+
+  struct LEVEL *lev;
+  struct PLAYER *ply[MAX_PLAYERS];
 };
 
 struct LevelInfo_EM
@@ -48,9 +51,6 @@ struct LevelInfo_EM
 
   struct LEVEL *lev;
   struct PLAYER *ply[MAX_PLAYERS];
-
-  /* used for runtime values */
-  struct GameInfo_EM *game_em;
 };
 
 struct GraphicInfo_EM