mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
CoGranga lag compensation
This commit is contained in:
parent
1132209270
commit
a9b36d68a4
1 changed files with 4 additions and 1 deletions
|
@ -181,7 +181,10 @@ void Corneria_CoGranga_HandleDamage(CoGranga* this) {
|
|||
}
|
||||
|
||||
this->state = GRANGA_EXPLODE;
|
||||
this->timer_050 = 100;
|
||||
|
||||
// @port: Adjust timing to compensate the lack of lag.
|
||||
// this->timer_050 = 100;
|
||||
this->timer_050 = 138;
|
||||
|
||||
SEQCMD_STOP_SEQUENCE(SEQ_PLAYER_BGM, 80);
|
||||
SEQCMD_STOP_SEQUENCE(SEQ_PLAYER_FANFARE, 80);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue