This commit is contained in:
aozhiwei 2022-09-23 10:01:47 +08:00
parent d4790c4b5b
commit 2971e90cfd

View File

@ -321,6 +321,13 @@ void Player::UpdateShot()
GetCar()->shot_passenger = old_car_shot_passenger;
}
shot_start = false;
if (shot_hold) {
++series_shot_frames;
if (room->GetFrameNo() - last_cmmove_frameno >= 4) {
shot_hold = false;
series_shot_frames = 0;
}
}
return;
} else {
if (shot_start) {