(svn r24330) -Fix (r24321): Do not use the vehicle list order changes from the previous savegames, but only ever from the current one.

pull/155/head
frosch 12 years ago
parent 130f04a29e
commit 268e4d65c9

@ -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();
}
/**

Loading…
Cancel
Save