From 5c31a973a1dae47f351d4dc9e0451b3341c400f8 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 21:32:20 +0000 Subject: (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console.cpp') diff --git a/src/console.cpp b/src/console.cpp index 98a017c83..5f0a523ea 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -310,7 +310,7 @@ void IConsoleSwitch() case ICONSOLE_OPENED: case ICONSOLE_FULL: DeleteWindowById(WC_CONSOLE, 0); _iconsole_mode = ICONSOLE_CLOSED; - CLRBIT(_no_scroll, SCROLL_CON); + ClrBit(_no_scroll, SCROLL_CON); break; } -- cgit v1.2.3-54-g00ecf