(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
This commit is contained in:
belugas
2008-02-15 17:38:18 +00:00
parent ac5433a924
commit 65a13a3022
2 changed files with 5 additions and 2 deletions

View File

@@ -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