This commit is contained in:
aozhiwei 2019-06-29 14:04:22 +08:00
parent b0897f7327
commit 45a0675eb3
4 changed files with 0 additions and 9 deletions

View File

@ -105,8 +105,6 @@ class Human : public Entity
int series_shot_frames = 0;
float fly_distance = 0.0f;
long long jump_frameno = 0;
long long send_msg_times = 0;
float def = 0.0f;

View File

@ -823,9 +823,6 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)
emote = true;
emote_id = msg.emote();
}
if (msg.has_jump()) {
jump = true;
}
if (msg.has_use_skill()) {
use_skill = true;
}

View File

@ -52,8 +52,6 @@ class Player : public Human
bool emote = false;
int emote_id = 0;
bool jump = false;
bool use_skill = false;
::google::protobuf::RepeatedField< ::google::protobuf::int32 > interaction_objids;

View File

@ -613,8 +613,6 @@ message CMMove
optional bool spectate = 30; //
optional int32 emote = 31; //id
optional bool jump = 32; //
}
//