(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.

This commit is contained in:
frosch
2009-09-13 19:15:59 +00:00
parent 5de9cc46b5
commit ebd916be3d
61 changed files with 323 additions and 323 deletions

View File

@@ -240,7 +240,7 @@ static void OnNewMonth()
RedrawAutosave();
}
InvalidateWindowClasses(WC_CHEATS);
SetWindowClassesDirty(WC_CHEATS);
CompaniesMonthlyLoop();
SubsidyMonthlyLoop();
EnginesMonthlyLoop();
@@ -264,7 +264,7 @@ static void OnNewDay()
DisasterDailyLoop();
IndustryDailyLoop();
InvalidateWindowWidget(WC_STATUS_BAR, 0, 0);
SetWindowWidgetDirty(WC_STATUS_BAR, 0, 0);
EnginesDailyLoop();
}