From d7cbd0d4c37bc60dc79f6d3cd4fbddd96b093e18 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 Oct 2005 17:43:13 +0000 Subject: (svn r3073) int/byte -> EngineID/PlayerID/VehicleID 0/-1 -> INVALID_ENGINE 0x10 -> OWNER_NONE --- player.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player.h') diff --git a/player.h b/player.h index cc613490f..0f228b8e9 100644 --- a/player.h +++ b/player.h @@ -219,7 +219,8 @@ static inline bool IsLocalPlayer(void) return _local_player == _current_player; } -byte GetPlayerRailtypes(int p); +void DeletePlayerWindows(PlayerID pi); +byte GetPlayerRailtypes(PlayerID p); /** Finds out if a Player has a certain railtype available */ -- cgit v1.2.3-54-g00ecf