Changeset - r11708:363f43d5423b
[Not reviewed]
master
0 1 0
frosch - 16 years ago 2009-04-20 17:42:14
frosch@openttd.org
(svn r16101) -Cleanup (r14591): Remove an assertion to increase performance.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/town_cmd.cpp
Show inline comments
 
@@ -2612,7 +2612,6 @@ Town *ClosestTownFromTile(TileIndex tile
 

	
 
				Town *town = GetTown(tid);
 
				assert(town->IsValid());
 
				assert(town == CalcClosestTownFromTile(tile));
 

	
 
				if (DistanceManhattan(tile, town->xy) >= threshold) town = NULL;
 

	
0 comments (0 inline, 0 general)