rnd-20020921-8-src
[rocksndiamonds.git] / src / main.h
index a6db091175f0cf7a12959d5f1b27f95ad2ffa87d..edac5c489d6bf4a50c78371a773ae59d5c81b332 100644 (file)
@@ -1567,7 +1567,7 @@ struct ElementInfo
   int graphic[NUM_GFX_ACTIONS_MAPPED];
 
                                /* special graphics for left/right/up/down */
-  int direction_graphic[NUM_GFX_ACTIONS_MAPPED][4];
+  int direction_graphic[NUM_GFX_ACTIONS_MAPPED][NUM_MV_DIRECTIONS];
   boolean has_direction_graphic[NUM_GFX_ACTIONS_MAPPED];
 };
 
@@ -1639,6 +1639,8 @@ extern int                SiebCount;
 
 extern boolean         network_player_action_received;
 
+extern int             graphics_action_mapping[];
+
 extern struct LevelInfo                level;
 extern struct PlayerInfo       stored_player[], *local_player;
 extern struct HiScore          highscore[];