allow 0-9 in words as well

This commit is contained in:
TLINDEN
2015-08-03 21:14:59 +02:00
parent f9ee00a462
commit 6458d09cda
7 changed files with 102 additions and 14 deletions

View File

@@ -42,6 +42,7 @@
int humantoss;
int verbose;
int dontjump;
int WMIN;
int WMAX;