diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-18 22:13:37 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-18 22:13:37 +0200 |
commit | f4792bc06f21335fc2d1171d937ea7645ca0c253 (patch) | |
tree | c7b11cf81f254f5b9ed2f5dbfe127649abc7545a /src/net/worldinfo.h | |
parent | f98d003e354a1792117b7cbc771d1dd91475a156 (diff) | |
download | plus-f4792bc06f21335fc2d1171d937ea7645ca0c253.tar.gz plus-f4792bc06f21335fc2d1171d937ea7645ca0c253.tar.bz2 plus-f4792bc06f21335fc2d1171d937ea7645ca0c253.tar.xz plus-f4792bc06f21335fc2d1171d937ea7645ca0c253.zip |
Fix most conversions except manaserv net code and some other code.
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r-- | src/net/worldinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h index 3e0548336..b02e9fa21 100644 --- a/src/net/worldinfo.h +++ b/src/net/worldinfo.h @@ -31,7 +31,7 @@ struct WorldInfo int address; std::string name; short port; - short online_users; + int online_users; std::string updateHost; }; |