File diff r23956:102d2d7daf23 → r23957:a76e956cb358
src/town_cmd.cpp
Show inline comments
 
@@ -2883,8 +2883,7 @@ CommandCost CmdDeleteTown(TileIndex tile
 
	}
 

	
 
	/* Depots refer to towns. */
 
	const Depot *d;
 
	FOR_ALL_DEPOTS(d) {
 
	for (const Depot *d : Depot::Iterate()) {
 
		if (d->town == t) return CMD_ERROR;
 
	}