diff options
Diffstat (limited to 'src/rail_cmd.cpp')
-rw-r--r-- | src/rail_cmd.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index 2830838f6..bb9e4805d 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -45,6 +45,7 @@ #include "table/sprites.h" #include "table/strings.h" #include "table/railtypes.h" +#include "table/track_land.h" const byte _track_sloped_sprites[14] = { 14, 15, 22, 13, @@ -1398,8 +1399,6 @@ static CommandCost ClearTile_Track(TileIndex tile, byte flags) } } -#include "table/track_land.h" - /** * Get surface height in point (x,y) * On tiles with halftile foundations move (x,y) to a save point wrt. track |