src/console.cpp
changeset 8427 143b0be22af1
parent 8425 72a71d480c5f
child 8450 dce58137301f
--- a/src/console.cpp	Tue Nov 20 12:57:24 2007 +0000
+++ b/src/console.cpp	Tue Nov 20 13:35:54 2007 +0000
@@ -305,7 +305,7 @@
 			w->height = _screen.height / 3;
 			w->width = _screen.width;
 			_iconsole_mode = ICONSOLE_OPENED;
-			SETBIT(_no_scroll, SCROLL_CON); // override cursor arrows; the gamefield will not scroll
+			SetBit(_no_scroll, SCROLL_CON); // override cursor arrows; the gamefield will not scroll
 		} break;
 		case ICONSOLE_OPENED: case ICONSOLE_FULL:
 			DeleteWindowById(WC_CONSOLE, 0);