This commit is contained in:
Orstedra
2025-05-25 19:09:05 +02:00
parent 72a2360e09
commit b8f2dabe0a
3 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ int dTgGateToGround_c::actorExecute() {
delayFrames++;
}
} else {
if ((s8)params_00_00_00_FF != -1) {
if (params_00_00_00_FF != -1) {
cam = dScGame_c::getCamera(0);
fn_80080960(cam->getField_0xD98(), (s8)params_00_00_00_FF, 0, (s8)roomid, 0);
fn_80080960(cam->getField_0xD98(), params_00_00_00_FF, 0, roomid, 0);
}
delayFrames = 0;
}