summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/functions.h b/src/functions.h
index 12490b10d..bba59f5ea 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -10,7 +10,7 @@ uint GetPartialZ(int x, int y, Slope corners);
uint GetSlopeZ(int x, int y);
uint32 GetTileTrackStatus(TileIndex tile, TransportType mode);
void GetAcceptedCargo(TileIndex tile, AcceptedCargo ac);
-void ChangeTileOwner(TileIndex tile, byte old_player, byte new_player);
+void ChangeTileOwner(TileIndex tile, PlayerID old_player, PlayerID new_player);
void AnimateTile(TileIndex tile);
void ClickTile(TileIndex tile);
void GetTileDesc(TileIndex tile, TileDesc *td);
@@ -217,5 +217,4 @@ void HandleExitGameRequest(void);
void DeterminePaths(void);
-void CSleep(int milliseconds);
#endif /* FUNCTIONS_H */