1
This commit is contained in:
parent
86abb84c23
commit
1d30de1f06
@ -120,6 +120,7 @@ void Room::Init()
|
||||
|
||||
void Room::UnInit()
|
||||
{
|
||||
destorying_ = true;
|
||||
incubator_->UnInit();
|
||||
#ifdef DEBUG
|
||||
UnInitDebugInfo();
|
||||
|
@ -223,6 +223,7 @@ public:
|
||||
bool RandomSafeAreaPoint(glm::vec3& point);
|
||||
bool FindWalkablePointWithOutHouse(const glm::vec3& center, int try_count, int step, glm::vec3& out_point);
|
||||
void AddReportBullet(int bullet_uniid);
|
||||
bool IsDestorying() { return destorying_; }
|
||||
|
||||
private:
|
||||
void ShuaAndroid();
|
||||
@ -308,6 +309,7 @@ private:
|
||||
void AutoJump();
|
||||
|
||||
private:
|
||||
bool destorying_ = false;
|
||||
std::vector<int> poly_ext_datas_;
|
||||
int room_idx_ = 0;
|
||||
RoomMode_e room_mode_ = kChiJiMode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user