added using separate level structures (initial and runtime) for EM engine
[rocksndiamonds.git] / src / game_em / export.h
index 6fac56aec45f93bb768b04a2b01b3b7e3777731f..a1a0d10bd8b921f99ef243efcfacc16a7ccbc500 100644 (file)
@@ -47,9 +47,7 @@ struct LevelInfo_EM
 {
   int file_version;
 
-  short cave[CAVE_WIDTH][CAVE_HEIGHT];
-
-  struct LEVEL *lev;
+  struct LEVEL *cav;
 };
 
 struct GraphicInfo_EM