viewport.c
changeset 2159 f6284cf5fab0
parent 2125 edc17858f9f6
child 2163 b17b313113a0
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
    12 #include "station.h"
    12 #include "station.h"
    13 #include "gfx.h"
    13 #include "gfx.h"
    14 #include "town.h"
    14 #include "town.h"
    15 #include "signs.h"
    15 #include "signs.h"
    16 #include "waypoint.h"
    16 #include "waypoint.h"
       
    17 #include "variables.h"
    17 
    18 
    18 #define VIEWPORT_DRAW_MEM (65536 * 2)
    19 #define VIEWPORT_DRAW_MEM (65536 * 2)
    19 
    20 
    20 static bool _added_tile_sprite;
    21 static bool _added_tile_sprite;
    21 static bool _offset_ground_sprites;
    22 static bool _offset_ground_sprites;