1
This commit is contained in:
parent
dc4f20fb24
commit
01b3fe7541
@ -1118,7 +1118,7 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)
|
|||||||
shot_hold = msg.shot_hold();
|
shot_hold = msg.shot_hold();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fly_distance = std::min(200.0f, msg.fly_distance());
|
fly_distance = std::min(500.0f, msg.fly_distance());
|
||||||
if (!shot_hold) {
|
if (!shot_hold) {
|
||||||
series_shot_frames = 0;
|
series_shot_frames = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user