(svn r1599) fix: autoreplace window now updates when inflation alters prices
authorbjarni
Sat, 22 Jan 2005 23:41:23 +0000
changeset 1098 481fbdea1569
parent 1097 653c846fb5d9
child 1099 0b4f24a38642
(svn r1599) fix: autoreplace window now updates when inflation alters prices
Hackykid and not LordOfThePigs pointed out the update problem fixed in rev 1597. Sorry. Sometimes development can get too fast
economy.c
--- a/economy.c	Sat Jan 22 23:13:20 2005 +0000
+++ b/economy.c	Sat Jan 22 23:41:23 2005 +0000
@@ -657,6 +657,7 @@
 	}
 
 	InvalidateWindowClasses(WC_BUILD_VEHICLE);
+	InvalidateWindowClasses(WC_REPLACE_VEHICLE);
 	InvalidateWindowClasses(WC_VEHICLE_DETAILS);
 	InvalidateWindow(WC_PAYMENT_RATES, 0);
 }