aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-06-29 18:58:43 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-06-29 18:58:43 -0400
commit2ce6fea54fd1327c6744183600acd0fc5bd0f082 (patch)
treea13da2e40ed8d62e22c4280516921ca97c0027c0 /util.h
parent18e379aabbfd6698605bca0c4ea8cd619ce3c3a1 (diff)
downloadwargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.zip
wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.gz
wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.bz2
wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.xz
Features, bugfixes...
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 8b23979..f09ca51 100644
--- a/util.h
+++ b/util.h
@@ -18,7 +18,7 @@
* Contact the author at contact@fwei.tk
*/
-#define SLEEP_TIME 0
+#define SLEEP_TIME 5000
void allLower(char*);
void print_string(const char*);
void remove_punct(char*);