Changeset - r19898:2a42d79a0008
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-12-26 12:24:03
frosch@openttd.org
(svn r24854) -Fix (r24839): Only consider vehicles available in the climate for purchase/depot cell size.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/depot_gui.cpp
Show inline comments
 
@@ -169,6 +169,8 @@ static void InitBlocksizeForVehicles(Veh
 

	
 
	const Engine *e;
 
	FOR_ALL_ENGINES_OF_TYPE(e, type) {
 
		if (!e->IsEnabled()) continue;
 

	
 
		EngineID eid = e->index;
 
		uint x, y;
 
		int x_offs, y_offs;
0 comments (0 inline, 0 general)