rnd-20030629-2-src
[rocksndiamonds.git] / src / main.h
index bb39c7b3725f453b1e5c4b982a18657d997087d6..4a3cee3ce7a65efa4231dcbfc304046aae732110 100644 (file)
@@ -1201,7 +1201,8 @@ struct ElementInfo
   boolean use_gfx_element;
   short gfx_element;           /* optional custom graphic element */
 
-  int score;                   /* score for collection, smashing, ... */
+  int collect_score;           /* score value for collecting */
+  int collect_gem_count;       /* gem count value for collecting */
 
   int push_delay_fixed;                /* constant frame delay for pushing */
   int push_delay_random;       /* additional random frame delay for pushing */