This commit is contained in:
aozhiwei 2024-09-03 14:50:55 +08:00
parent 4259ee8e9c
commit cfb09115e3
2 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class Human : public Creature
long long dead_frameno = 0;
long long real_dead_frameno = 0;
int sort_id = 0;
int is_client_move = 0;
Weapon default_weapon;

View File

@ -166,6 +166,8 @@ private:
long long last_cmmove_frameno_ = 0;
a8::XTimerWp watch_war_req_timer_;
glm::vec3 move_target_pos_ = GlmHelper::ZERO;
#ifdef MYDEBUG
std::vector<int> last_interaction_objids_;
long long last_interaction_frameno_ = 0;