1
0
Fork 0

(svn r22193) -Fix: Invalidate the object build window when using the date cheat

release/1.2
planetmaker 2011-03-05 09:55:09 +00:00
parent 5ad2b30b0b
commit ca61ae0b0a
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ static int32 ClickChangeDateCheat(int32 p1, int32 p2)
EnginesMonthlyLoop();
SetWindowDirty(WC_STATUS_BAR, 0);
InvalidateWindowClassesData(WC_BUILD_STATION, 0);
InvalidateWindowClassesData(WC_BUILD_OBJECT, 0);
ResetSignalVariant();
return _cur_year;
}