water_cmd.c
changeset 4848 56549aa3e234
parent 4638 8abe4f10b94b
child 5210 dc52acfad05c
--- a/water_cmd.c	Sat Oct 14 15:44:28 2006 +0000
+++ b/water_cmd.c	Sat Oct 14 15:49:43 2006 +0000
@@ -729,7 +729,7 @@
 {
 	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);