1
This commit is contained in:
parent
6ed267ab5c
commit
ca43643bf3
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user