X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/0e6d1c3828ceb06a67304c90ece188e97eac9241..refs/heads/master:/client.c diff --git a/client.c b/client.c index 43c741d..d4ab95a 100644 --- 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];