summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.cpp
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-19 09:37:23 +0100
committerErich Eckner <git@eckner.net>2018-11-19 09:37:23 +0100
commit49b595f952647a19dd97214e5dce9e019d196236 (patch)
tree33f798813dbc54aa6d6d7e9fd4e35fdda8c5eebe /src/unmovable_cmd.cpp
parent34eb5364bbfa6a3093f9ff062a5909349b09ea22 (diff)
downloadopenttd-49b595f952647a19dd97214e5dce9e019d196236.tar.xz
sloped stations appliedsloped-stations-original
Diffstat (limited to 'src/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index 9bf26dc96..c4eed93c9 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -89,7 +89,7 @@ void UpdateCompanyHQ(Company *c, uint score)
MarkTileDirtyByTile(tile + TileDiffXY(1, 1));
}
-extern CommandCost CheckFlatLandBelow(TileIndex tile, uint w, uint h, DoCommandFlag flags, uint invalid_dirs, StationID *station, bool check_clear = true);
+extern CommandCost CheckFlatLandBelow(TileIndex tile, uint w, uint h, DoCommandFlag flags, uint invalid_dirs, StationID *station, bool check_facing_slope = false, bool check_clear = true);
/** Build or relocate the HQ. This depends if the HQ is already built or not
* @param tile tile where the HQ will be built or relocated to