(svn r11345) -Cleanup: a bit of comment style fixing

This commit is contained in:
belugas
2007-10-26 20:42:03 +00:00
parent f920686762
commit 411b1ff9db
2 changed files with 142 additions and 114 deletions

View File

@@ -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