changed constant number of eater arrays to variable for EM game engine
[rocksndiamonds.git] / src / game_em / cave.h
index cb189ce661a1632a2c755c9998ac5737893cb2f4..2b6ccef8ee05cae33ca4d80c3492cd8cadfacbfd 100644 (file)
@@ -52,6 +52,8 @@ enum
   Cbomb,
   Cnut,
   Cspring,
+  Cspring_e,
+  Cspring_w,
   Cpush_emerald_e,
   Cpush_emerald_w,
   Cpush_diamond_e,
@@ -250,6 +252,7 @@ struct CAVE
   int wind_time;               /* reset time for wind activity */
   int wind_direction;          /* wind direction */
 
+  int num_eater_arrays;                /* number of eater data arrays used */
   int num_ball_arrays;         /* number of ball data arrays used */
 
   boolean testmode;            /* flag for test mode */