diff -r 66742d77db13 -r 177cb6a8339f unmovable_cmd.c --- 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;