This commit is contained in:
aozhiwei 2019-09-11 19:01:40 +08:00
parent 3b0f8640f7
commit ab8d092325

View File

@ -26,7 +26,7 @@
const int MAP_CELL_WIDTH = 64 * 8;
const int MAP_GRID_WIDTH = 64;
const int ROOM_MAX_PLAYER_NUM = 50;
const int ROOM_MAX_PLAYER_NUM = 40;
static long long RoomXGetTickCount(void* context)
{