diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/road_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/road_land.h b/src/table/road_land.h index fb8e42ea1..e6ec411bd 100644 --- a/src/table/road_land.h +++ b/src/table/road_land.h @@ -10,7 +10,7 @@ /** @file road_land.h Sprite constructs for road depots. */ #define TILE_SEQ_LINE(img, pal, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 20, {img, pal} }, -#define TILE_SEQ_END() { 0, 0, 0, 0, 0, 0, {0, 0} } +#define TILE_SEQ_END() { (int8)0x80, 0, 0, 0, 0, 0, {0, 0} } static const DrawTileSeqStruct _road_depot_NE[] = { TILE_SEQ_LINE(0x584 | (1 << PALETTE_MODIFIER_COLOUR), PAL_NONE, 0, 15, 16, 1) |