mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-21 01:59:44 +00:00
(svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@ void RecomputePrices()
|
||||
SetWindowClassesDirty(WC_BUILD_VEHICLE);
|
||||
SetWindowClassesDirty(WC_REPLACE_VEHICLE);
|
||||
SetWindowClassesDirty(WC_VEHICLE_DETAILS);
|
||||
SetWindowDirty(WC_PAYMENT_RATES, 0);
|
||||
InvalidateWindowData(WC_PAYMENT_RATES, 0);
|
||||
}
|
||||
|
||||
/** Let all companies pay the monthly interest on their loan. */
|
||||
|
||||
Reference in New Issue
Block a user