mirror of
https://github.com/zeldaret/ss
synced 2026-08-12 11:52:22 -04:00
100%
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user