(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.

pull/155/head
terkhen 13 years ago
parent 03c1b0df4b
commit 98a9c1f91c

@ -2419,7 +2419,7 @@ CommandCost CmdDeleteTown(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
try_clear = true;
} else {
/* Tell to find a new town. */
o->town = NULL;
if (flags & DC_EXEC) o->town = NULL;
}
}
}

Loading…
Cancel
Save