1
This commit is contained in:
parent
d4790c4b5b
commit
2971e90cfd
@ -321,6 +321,13 @@ void Player::UpdateShot()
|
|||||||
GetCar()->shot_passenger = old_car_shot_passenger;
|
GetCar()->shot_passenger = old_car_shot_passenger;
|
||||||
}
|
}
|
||||||
shot_start = false;
|
shot_start = false;
|
||||||
|
if (shot_hold) {
|
||||||
|
++series_shot_frames;
|
||||||
|
if (room->GetFrameNo() - last_cmmove_frameno >= 4) {
|
||||||
|
shot_hold = false;
|
||||||
|
series_shot_frames = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
if (shot_start) {
|
if (shot_start) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user