From 26ad79be5a669ea146cb628a56f425aec3b8cabc Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 19 Feb 2011 14:55:31 +0000 Subject: (svn r22109) -Fix (r21269, 21272): Missing undeffing of macros. --- src/table/station_land.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/table/station_land.h b/src/table/station_land.h index aa4acec11..2e46ba9f3 100644 --- a/src/table/station_land.h +++ b/src/table/station_land.h @@ -780,6 +780,8 @@ static const DrawTileSeqStruct _station_display_datas_waypoint_Y[] = { #undef TILE_SEQ_END #undef TILE_SEQ_LINE #undef TILE_SEQ_LINE_PAL +#undef TILE_SEQ_CHILD +#undef TILE_SEQ_GROUND /** * Constructor macro of a DrawTileSprites structure -- cgit v1.2.3-54-g00ecf