(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.

This commit is contained in:
alberth
2010-03-13 15:33:07 +00:00
parent 8bda21c5a0
commit ae5b11321b
4 changed files with 21 additions and 15 deletions

View File

@@ -179,7 +179,7 @@ enum {
TOWN_HAS_STADIUM = 2 ///< There can be only one stadium by town.
};
bool CheckforTownRating(DoCommandFlag flags, Town *t, TownRatingCheckType type);
CommandCost CheckforTownRating(DoCommandFlag flags, Town *t, TownRatingCheckType type);
TileIndexDiff GetHouseNorthPart(HouseID &house);