房间人数改为8

This commit is contained in:
aozhiwei 2019-07-03 18:17:59 +08:00
parent ec506459b2
commit 5fe736b034

View File

@ -23,7 +23,7 @@
#include "hero.h"
#include "gamelog.h"
const int ROOM_MAX_PLAYER_NUM = 50;
const int ROOM_MAX_PLAYER_NUM = 8;
static long long RoomXGetTickCount(void* context)
{