mirror of
https://github.com/zeldaret/oot
synced 2026-06-05 19:28:09 -04:00
+244
-208
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
+1
-1
@@ -1622,7 +1622,7 @@ s16 Play_CreateSubCamera(PlayState* this) {
|
||||
return camId;
|
||||
}
|
||||
|
||||
s16 Play_GetActiveCamId(PlayState* this) {
|
||||
s32 Play_GetActiveCamId(PlayState* this) {
|
||||
return this->activeCamId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user