summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index b9479d82f..63f391d22 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -927,6 +927,8 @@ void EnginesMonthlyLoop()
}
}
}
+
+ InvalidateWindowClassesData(WC_BUILD_VEHICLE); // rebuild the purchase list (esp. when sorted by reliability)
}
}