From 8e7d88c85bd663e54dfa54dc713cb23263a82391 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 22 Jan 2005 23:41:23 +0000 Subject: (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 | 1 + 1 file changed, 1 insertion(+) (limited to 'economy.c') diff --git a/economy.c b/economy.c index 97b0beed1..b8c6ebb39 100644 --- a/economy.c +++ b/economy.c @@ -657,6 +657,7 @@ static void AddInflation(void) } InvalidateWindowClasses(WC_BUILD_VEHICLE); + InvalidateWindowClasses(WC_REPLACE_VEHICLE); InvalidateWindowClasses(WC_VEHICLE_DETAILS); InvalidateWindow(WC_PAYMENT_RATES, 0); } -- cgit v1.2.3-54-g00ecf