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
+7 -2
View File
@@ -23,8 +23,13 @@
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
#define SERVER_GUEST_PLAYER_NAME "Guest"
unsigned GetMaxNumberOfAvatarFiles();
unsigned GetMaxAvatarCacheAgeSec();
class NetHelper
{
public:
static unsigned GetMaxNumberOfAvatarFiles();
static unsigned GetMaxAvatarCacheAgeSec();
static unsigned GetLoginLockSec();
};
#endif