summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-10-26 20:42:03 +0000
committerbelugas <belugas@openttd.org>2007-10-26 20:42:03 +0000
commit7ebb45468f90953dabad901f1d0c29c01f6a6e4b (patch)
treeacfdf9a4cc67777213067c91259d9d46f4657135 /src/unmovable_cmd.cpp
parent7c12871401d87e9ad408575458822cab7694ec99 (diff)
downloadopenttd-7ebb45468f90953dabad901f1d0c29c01f6a6e4b.tar.xz
(svn r11345) -Cleanup: a bit of comment style fixing
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 159b8f77c..b5b9fe4c6 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -75,7 +75,7 @@ void UpdateCompanyHQ(Player *p, uint score)
MarkTileDirtyByTile(tile + TileDiffXY(1, 1));
}
-extern CommandCost CheckFlatLandBelow(TileIndex tile, uint w, uint h, uint flags, uint invalid_dirs, StationID* station, bool check_clear = true);
+extern CommandCost CheckFlatLandBelow(TileIndex tile, uint w, uint h, uint flags, uint invalid_dirs, StationID *station, 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