diff options
author | frosch <frosch@openttd.org> | 2011-02-19 14:55:31 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-02-19 14:55:31 +0000 |
commit | 26ad79be5a669ea146cb628a56f425aec3b8cabc (patch) | |
tree | 0011bb2365e0e06c7b8424450f1f82723686bc78 /src | |
parent | 9e59436c611d52ebe6dfb37daea31d8e770a0503 (diff) | |
download | openttd-26ad79be5a669ea146cb628a56f425aec3b8cabc.tar.xz |
(svn r22109) -Fix (r21269, 21272): Missing undeffing of macros.
Diffstat (limited to 'src')
-rw-r--r-- | src/table/station_land.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |