diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
| commit | 45083e66657bed6167e7513d599581b0517bbf81 (patch) | |
| tree | 92509f6dea884c2650b5785e6539c160503063fd /util.h | |
| parent | 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (diff) | |
| download | wargames-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define SLEEP_TIME 10000 +#define SLEEP_TIME 0 void allLower(char*); void print_string(const char*); void remove_punct(char*); |