rnd-20041127-1-src
[rocksndiamonds.git] / src / game_em / level.h
index b2e4b3c127f6f8b6d807c7cfd8efc209949f4141..b93ffc9b02509dbbc79d0bf87cdf8d2e7f5ac588 100644 (file)
@@ -22,7 +22,7 @@ struct LEVEL
 
   /* fill in all below /every/ time you read a level */
   unsigned int alien_score;           /* alien popped by stone/spring score */
-  unsigned int ameuba_time;           /* ameuba speed */
+  unsigned int amoeba_time;           /* amoeba speed */
   unsigned int android_move_cnt;      /* android move time counter */
   unsigned int android_move_time;     /* android move reset time */
   unsigned int android_clone_cnt;     /* android clone time counter */
@@ -94,6 +94,8 @@ extern struct PLAYER ply2;
 extern struct LEVEL lev;
 
 extern struct LevelInfo_EM native_em_level;
+extern struct GraphicInfo_EM graphic_info_em_object[TILE_MAX][8];
+extern struct GraphicInfo_EM graphic_info_em_player[2][SPR_MAX][8];
 
 extern unsigned short **Boom;
 extern unsigned short **Cave;