From ebd916be3def20902cf19ffd16555074728eb9c3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Sep 2009 19:15:59 +0000 Subject: (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. --- src/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console_cmds.cpp') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index a646793c0..b6f00c198 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -383,7 +383,7 @@ DEF_CONSOLE_CMD(ConClearBuffer) } IConsoleClearBuffer(); - InvalidateWindow(WC_CONSOLE, 0); + SetWindowDirty(WC_CONSOLE, 0); return true; } -- cgit v1.2.3-54-g00ecf