(svn r24200) -Fix [FS#5149]: Invalidate build vehicle windows every month, in case they need resorting due to changed reliabilities.

This commit is contained in:
frosch
2012-05-05 19:25:20 +00:00
parent 42a178db10
commit 5f3d0a509f

View File

@@ -927,6 +927,8 @@ void EnginesMonthlyLoop()
}
}
}
InvalidateWindowClassesData(WC_BUILD_VEHICLE); // rebuild the purchase list (esp. when sorted by reliability)
}
}