mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
fix interpolation in effect 395 (aquas)
This commit is contained in:
parent
71daa773e3
commit
66b510144d
@ -3891,6 +3891,9 @@ void Effect_Effect395_Draw(Effect395* this) {
|
|||||||
PRINTF("AC_DISP HELP %d\n");
|
PRINTF("AC_DISP HELP %d\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @port: Tag the transform.
|
||||||
|
FrameInterpolation_RecordOpenChild(this, this->state);
|
||||||
|
|
||||||
switch (this->state) {
|
switch (this->state) {
|
||||||
case 0:
|
case 0:
|
||||||
RCP_SetupDL(&gMasterDisp, SETUPDL_49);
|
RCP_SetupDL(&gMasterDisp, SETUPDL_49);
|
||||||
@ -3995,6 +3998,9 @@ void Effect_Effect395_Draw(Effect395* this) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RCP_SetupDL(&gMasterDisp, SETUPDL_64);
|
RCP_SetupDL(&gMasterDisp, SETUPDL_64);
|
||||||
|
|
||||||
|
// @port Pop the transform id.
|
||||||
|
FrameInterpolation_RecordCloseChild();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Effect_Effect391_Setup(Effect391* this, f32 xPos, f32 yPos, f32 zPos, f32 arg4, f32 scale) {
|
void Effect_Effect391_Setup(Effect391* this, f32 xPos, f32 yPos, f32 zPos, f32 arg4, f32 scale) {
|
||||||
|
Loading…
Reference in New Issue
Block a user