diff options
author | belugas <belugas@openttd.org> | 2008-02-15 17:38:18 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-02-15 17:38:18 +0000 |
commit | 65a13a30228f899a5fef6eb25246cde2266bca4b (patch) | |
tree | d677b85639ab0242dd13489aeddc1d117b929ae3 /src/table | |
parent | ac5433a924c93d913cbe05f7f7e010b356ee078e (diff) | |
download | openttd-65a13a30228f899a5fef6eb25246cde2266bca4b.tar.xz |
(svn r12145) -Codechange: includes should be at the top of the source file
-Codechange: undefine a defined macro once work is finished, just in case
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/track_land.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/table/track_land.h b/src/table/track_land.h index 94eb15d53..d447778a1 100644 --- a/src/table/track_land.h +++ b/src/table/track_land.h @@ -50,3 +50,7 @@ static const DrawTileSprites _waypoint_gfx_table[] = { { SPR_RAIL_TRACK_X, PAL_NONE, _waypoint_gfx_X }, { SPR_RAIL_TRACK_Y, PAL_NONE, _waypoint_gfx_Y } }; + +#undef TILE_SEQ_LINE +#undef TILE_SEQ_END + |