renamed constant
[rocksndiamonds.git] / src / game_em / export.h
index b769d9dc10fba0cf64c3d5cc0b7fada874369aa7..4766101bbba223798c96361b7e77fd9575042749 100644 (file)
@@ -93,7 +93,7 @@ struct EngineSnapshotInfo_EM
 extern struct GlobalInfo_EM global_em_info;
 extern struct GameInfo_EM game_em;
 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_object[GAME_TILE_MAX][8];
 extern struct GraphicInfo_EM graphic_info_em_player[MAX_PLAYERS][PLY_MAX][8];
 extern struct EngineSnapshotInfo_EM engine_snapshot_em;