1
0
Fork 0

(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
release/0.4.5
bjarni 2005-01-22 23:41:23 +00:00
parent 6027e777c8
commit 8e7d88c85b
1 changed files with 1 additions and 0 deletions

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