Changeset - r19413:8c9c14ca0ed6
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-06-07 15:38:46
frosch@openttd.org
(svn r24330) -Fix (r24321): Do not use the vehicle list order changes from the previous savegames, but only ever from the current one.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_engine.cpp
Show inline comments
 
@@ -1271,6 +1271,9 @@ void CommitVehicleListOrderChanges()
 
	for (const EngineID *it = ordering.Begin(); it != idend; ++it, ++index) {
 
		Engine::Get(*it)->list_position = index;
 
	}
 

	
 
	/* Clear out the queue */
 
	_list_order_changes.Reset();
 
}
 

	
 
/**
0 comments (0 inline, 0 general)