remove drawmode #3
[netris.git] / client.c
index 43c741d6f159b4090eda450e56a84cb09f405ea0..d4ab95a6c2073cd14bfb5bb66ab4a7b03f80ff17 100644 (file)
--- a/client.c
+++ b/client.c
@@ -59,7 +59,7 @@ static char *keyNames[KT_numKeys+1] = {
        "Faster", "Pause", "Redraw", "Say", "Quit", NULL
 };
 
-sets_t Sets = {7, 0, 1, 1, 1};
+sets_t Sets = {3, 0, 1, 1, 1};
 
 static char keyTable[KT_numKeys+1];