changed constant number of eater arrays to variable for EM game engine
[rocksndiamonds.git] / src / game_em / cave.h
index d1a9090bf3aea83bc170070d9fa6a0cad86421fb..2b6ccef8ee05cae33ca4d80c3492cd8cadfacbfd 100644 (file)
@@ -252,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 */