unmovable_cmd.c
changeset 2436 177cb6a8339f
parent 2186 461a2aff3486
child 2473 bbc4e805214d
--- a/unmovable_cmd.c	Sat Sep 17 13:57:01 2005 +0000
+++ b/unmovable_cmd.c	Sun Sep 18 20:56:44 2005 +0000
@@ -193,7 +193,7 @@
 	return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
 }
 
-static uint GetSlopeTileh_Unmovable(TileInfo *ti)
+static uint GetSlopeTileh_Unmovable(const TileInfo *ti)
 {
 	return 0;
 }
@@ -393,7 +393,7 @@
 	} while (--i);
 }
 
-static void ChangeTileOwner_Unmovable(TileIndex tile, byte old_player, byte new_player)
+static void ChangeTileOwner_Unmovable(TileIndex tile, PlayerID old_player, PlayerID new_player)
 {
 	if (!IsTileOwner(tile, old_player)) return;