1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-06 07:56:32 +00:00

[iQue] Match z_actor (#2431)

* [iQue] Match z_actor

* Reword comment
This commit is contained in:
cadmic 2025-01-19 19:29:35 -08:00 committed by GitHub
parent c3806155c3
commit 284ecb114e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 253 additions and 218 deletions

File diff suppressed because it is too large Load diff

View file

@ -1100,9 +1100,9 @@ void Interface_SetSceneRestrictions(PlayState* play) {
InterfaceContext* interfaceCtx = &play->interfaceCtx;
s16 i = 0;
u8 sceneId;
#if !PLATFORM_IQUE
s32 pad[3];
#endif
s32 pad1;
s32 pad2;
s32 pad3;
interfaceCtx->restrictions.all = 0;
interfaceCtx->restrictions.dinsNayrus = 0;

View file

@ -1622,7 +1622,7 @@ s16 Play_CreateSubCamera(PlayState* this) {
return camId;
}
s16 Play_GetActiveCamId(PlayState* this) {
s32 Play_GetActiveCamId(PlayState* this) {
return this->activeCamId;
}