diff options
Diffstat (limited to 'water_cmd.c')
-rw-r--r-- | water_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/water_cmd.c b/water_cmd.c index 3b30a027f..5603d6787 100644 --- a/water_cmd.c +++ b/water_cmd.c @@ -729,7 +729,7 @@ static void ChangeTileOwner_Water(TileIndex tile, PlayerID old_player, PlayerID { if (!IsTileOwner(tile, old_player)) return; - if (new_player != OWNER_SPECTATOR) { + if (new_player != PLAYER_SPECTATOR) { SetTileOwner(tile, new_player); } else { DoCommand(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR); |