mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-15 16:32:41 +01:00
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
This commit is contained in:
@@ -383,7 +383,7 @@ DEF_CONSOLE_CMD(ConClearBuffer)
|
||||
}
|
||||
|
||||
IConsoleClearBuffer();
|
||||
InvalidateWindow(WC_CONSOLE, 0);
|
||||
SetWindowDirty(WC_CONSOLE, 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user