(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
This commit is contained in:
@@ -24,7 +24,7 @@ void TileLoopClearHelper(TileIndex tile);
|
||||
bool CheckCompanyHasMoney(CommandCost &cost);
|
||||
void SubtractMoneyFromCompany(CommandCost cost);
|
||||
void SubtractMoneyFromCompanyFract(CompanyID company, CommandCost cost);
|
||||
bool CheckOwnership(Owner owner, TileIndex tile = 0);
|
||||
CommandCost CheckOwnership(Owner owner, TileIndex tile = 0);
|
||||
CommandCost CheckTileOwnership(TileIndex tile);
|
||||
|
||||
/* misc functions */
|
||||
|
Reference in New Issue
Block a user