Changeset - r17336:226dc0fe6043
[Not reviewed]
master
0 1 0
terkhen - 13 years ago 2011-02-15 13:27:41
terkhen@openttd.org
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/town_cmd.cpp
Show inline comments
 
@@ -2419,7 +2419,7 @@ CommandCost CmdDeleteTown(TileIndex tile
 
							try_clear = true;
 
						} else {
 
							/* Tell to find a new town. */
 
							o->town = NULL;
 
							if (flags & DC_EXEC) o->town = NULL;
 
						}
 
					}
 
				}
0 comments (0 inline, 0 general)