(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user