src/economy.cpp
changeset 10621 3edd349d9c14
parent 10603 891ea39eacbb
child 10703 2c998f3776d1
--- a/src/economy.cpp	Sun May 18 14:12:16 2008 +0000
+++ b/src/economy.cpp	Sun May 18 16:51:44 2008 +0000
@@ -1781,7 +1781,10 @@
 	p->is_active = false;
 
 	DeletePlayerWindows(pi);
-	RebuildVehicleLists(); //Updates the open windows to add the newly acquired vehicles to the lists
+	InvalidateWindowClassesData(WC_TRAINS_LIST, 0);
+	InvalidateWindowClassesData(WC_SHIPS_LIST, 0);
+	InvalidateWindowClassesData(WC_ROADVEH_LIST, 0);
+	InvalidateWindowClassesData(WC_AIRCRAFT_LIST, 0);
 }
 
 extern int GetAmountOwnedBy(const Player *p, PlayerID owner);