summaryrefslogtreecommitdiff
path: root/economy.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-20 17:43:13 +0000
committertron <tron@openttd.org>2005-10-20 17:43:13 +0000
commit2b91f55b320256a9653920f0b395879c1012d158 (patch)
tree904818203b322c8fca47da358ab42c2f254d2280 /economy.c
parent6a5c0fabddadee4a95b075a21856eb8afbf93c57 (diff)
downloadopenttd-2b91f55b320256a9653920f0b395879c1012d158.tar.xz
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE 0x10 -> OWNER_NONE
Diffstat (limited to 'economy.c')
-rw-r--r--economy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/economy.c b/economy.c
index 514816146..cc29314cf 100644
--- a/economy.c
+++ b/economy.c
@@ -391,8 +391,6 @@ void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player)
MarkWholeScreenDirty();
}
-extern void DeletePlayerWindows(int pi);
-
static void PlayersCheckBankrupt(Player *p)
{
PlayerID owner;