src/network/network_gui.cpp
changeset 8427 143b0be22af1
parent 8425 72a71d480c5f
child 8455 218ce4bc9b23
--- a/src/network/network_gui.cpp	Tue Nov 20 12:57:24 2007 +0000
+++ b/src/network/network_gui.cpp	Tue Nov 20 13:35:54 2007 +0000
@@ -1686,7 +1686,7 @@
 	switch (e->event) {
 	case WE_CREATE:
 		SendWindowMessage(WC_NEWS_WINDOW, 0, WE_CREATE, w->height, 0);
-		SETBIT(_no_scroll, SCROLL_CHAT); // do not scroll the game with the arrow-keys
+		SetBit(_no_scroll, SCROLL_CHAT); // do not scroll the game with the arrow-keys
 		break;
 
 	case WE_PAINT: {