diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-20 21:42:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-20 21:53:56 +0300 |
commit | f3511bcf5aac7a46958f9cdf1649be976679d257 (patch) | |
tree | 4f8557315cc9ffdc2347ef8a09c6ea9890f7bb2f /src/game.cpp | |
parent | a4dc0e9c2b9aff1f2d6f131f263f809ee254443b (diff) | |
download | plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.gz plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.bz2 plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.xz plus-f3511bcf5aac7a46958f9cdf1649be976679d257.zip |
Fix code style.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index df1527a14..29c35a6dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -131,6 +131,7 @@ #ifdef WIN32 #include <sys/time.h> +#undef ERROR #endif #include "debug.h" |