X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fgraphics.c;h=859fc298916b1b42926017fb16364d918b18dcb8;hb=3f3cf82da520ddc14fbfd50d284e1eacc620b6b3;hp=d1567b4a7e9356e9291ecd2eec2f4deaf5c9d11c;hpb=46917631fd5c3e14047afd958c7184463897a828;p=rocksndiamonds.git diff --git a/src/game_em/graphics.c b/src/game_em/graphics.c index d1567b4a..859fc298 100644 --- a/src/game_em/graphics.c +++ b/src/game_em/graphics.c @@ -46,7 +46,7 @@ static int screen_tiles[MAX_PLAYFIELD_WIDTH + 2][MAX_PLAYFIELD_HEIGHT + 2]; static int crumbled_state[MAX_PLAYFIELD_WIDTH + 2][MAX_PLAYFIELD_HEIGHT + 2]; /* graphic info for game objects/frames and players/actions/frames */ -struct GraphicInfo_EM graphic_info_em_object[TILE_MAX][8]; +struct GraphicInfo_EM graphic_info_em_object[GAME_TILE_MAX][8]; struct GraphicInfo_EM graphic_info_em_player[MAX_PLAYERS][PLY_MAX][8]; int getFieldbufferOffsetX_EM(void)