Do not autostart network games. Do not start admin timer for network games.

This commit is contained in:
lotodore
2010-09-04 23:00:39 +00:00
parent 8157ff63b6
commit 0829e80d49
7 changed files with 60 additions and 35 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
#include <fstream>
#include <cstring>
#define MAX_NUMBER_OF_FILES GetMaxNumberOfAvatarFiles()
#define MAX_AVATAR_CACHE_AGE GetMaxAvatarCacheAgeSec()
#define MAX_NUMBER_OF_FILES NetHelper::GetMaxNumberOfAvatarFiles()
#define MAX_AVATAR_CACHE_AGE NetHelper::GetMaxAvatarCacheAgeSec()
#define PNG_HEADER "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a"
#define PNG_HEADER_SIZE (sizeof(PNG_HEADER) - 1)