From ca43643bf33cccf9f56a96fcd3373830e4fe3c9b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 19 May 2023 16:50:04 +0800 Subject: [PATCH] 1 --- server/gameserver/room.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/gameserver/room.h b/server/gameserver/room.h index 98268f37..104b4fd0 100644 --- a/server/gameserver/room.h +++ b/server/gameserver/room.h @@ -101,11 +101,7 @@ public: int GetRoomIdx() { return room_idx_; } std::string GetMapTplName() { return map_tpl_name_; } const mt::Map* GetMapMeta() { return map_meta_; } - #if 1 - bool IsWaitingStart() { return false; } - #else bool IsWaitingStart() { return waiting_start_; } - #endif bool IsBattleStarting() { return battle_starting_; }; bool IsPveRoom(); bool IsDestoryRoom();