diff --git a/unmovable_cmd.c b/unmovable_cmd.c --- a/unmovable_cmd.c +++ b/unmovable_cmd.c @@ -388,7 +388,7 @@ static void ChangeTileOwner_Unmovable(Ti { if (!IsTileOwner(tile, old_player)) return; - if (IsOwnedLand(tile) && new_player != OWNER_SPECTATOR) { + if (IsOwnedLand(tile) && new_player != PLAYER_SPECTATOR) { SetTileOwner(tile, new_player); } else { DoClearSquare(tile);