diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-13 00:23:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-13 00:23:07 +0300 |
commit | 7ae98a6a6626f47e613739812b75d2c42f16048e (patch) | |
tree | ff1c51bb49e3aea00eb57f64d3742d2da14b59db /src/net/tmwa/chathandler.cpp | |
parent | 28a73274cc829861dd7a0994c4f837013a239ad0 (diff) | |
download | plus-7ae98a6a6626f47e613739812b75d2c42f16048e.tar.gz plus-7ae98a6a6626f47e613739812b75d2c42f16048e.tar.bz2 plus-7ae98a6a6626f47e613739812b75d2c42f16048e.tar.xz plus-7ae98a6a6626f47e613739812b75d2c42f16048e.zip |
fix compilation errors after last commit.
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r-- | src/net/tmwa/chathandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 9e1ddcd6d..7a01736e2 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -42,6 +42,7 @@ extern Net::ChatHandler *chatHandler; extern int serverVersion; +extern unsigned int tmwServerVersion; namespace TmwAthena { |