openttd.c
changeset 2498 befad2fe53d2
parent 2469 1bfbb0dc0b75
child 2526 cae4842086a9
--- a/openttd.c	Thu Oct 06 18:28:27 2005 +0000
+++ b/openttd.c	Fri Oct 07 07:35:15 2005 +0000
@@ -867,7 +867,7 @@
 	} 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();