aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-24 10:21:04 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-24 10:21:04 -0400
commit45083e66657bed6167e7513d599581b0517bbf81 (patch)
tree92509f6dea884c2650b5785e6539c160503063fd /util.h
parent7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (diff)
downloadwargames-server-45083e66657bed6167e7513d599581b0517bbf81.zip
wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.gz
wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.bz2
wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.xz
EVEN MORE BUGFIXES, FEATURES! Maybe I should actually start writing good commit messages :)
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 3070d39..63409fa 100644
--- a/util.h
+++ b/util.h
@@ -1,4 +1,4 @@
-#define SLEEP_TIME 10000
+#define SLEEP_TIME 0
void allLower(char*);
void print_string(const char*);
void remove_punct(char*);