(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
This commit is contained in:
bjarni 2005-01-22 23:41:23 +00:00
parent 6027e777c8
commit 8e7d88c85b

View File

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