diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 647290d..1c6452a 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -33,11 +33,6 @@ #include "framework/cpp/utils.h" -#if 0 -const size_t NORMAL_ROOM_MAX_PLAYER_NUM = 40; -const size_t MINI_ROOM_MAX_PLAYER_NUM = 20; -#endif - const int SHUA_RANGE = 580; static long long RoomXGetTickCount(void* context)