From 8980891b09a48438d295b73cd068b41184aa44a2 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 7 Oct 2005 07:35:15 +0000 Subject: (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') 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(); -- cgit v1.2.3-54-g00ecf