(svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as

these are used intermixed often.
This commit is contained in:
Darkvater
2006-10-14 22:22:48 +00:00
parent dad5d5dd72
commit 9732c129c1
8 changed files with 15 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ void TileLoop_Water(TileIndex tile);
bool CheckPlayerHasMoney(int32 cost);
void SubtractMoneyFromPlayer(int32 cost);
void SubtractMoneyFromPlayerFract(PlayerID player, int32 cost);
bool CheckOwnership(PlayerID owner);
bool CheckOwnership(Owner owner);
bool CheckTileOwnership(TileIndex tile);
StringID GetPlayerNameString(PlayerID player, uint index);