summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-07 07:35:15 +0000
committertron <tron@openttd.org>2005-10-07 07:35:15 +0000
commit8980891b09a48438d295b73cd068b41184aa44a2 (patch)
tree75058b5a9db24d07229edde45f993401aec6bd63 /openttd.c
parent488db23ed85c4a5fd0ed27833cbd9e05be3a5c94 (diff)
downloadopenttd-8980891b09a48438d295b73cd068b41184aa44a2.tar.xz
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 5b33dd1f2..0e06fed7e 100644
--- a/openttd.c
+++ b/openttd.c
@@ -867,7 +867,7 @@ void StateGameLoop(void)
} else {
// All these actions has to be done from OWNER_NONE
// for multiplayer compatibility
- uint p = _current_player;
+ PlayerID p = _current_player;
_current_player = OWNER_NONE;
AnimateAnimatedTiles();