diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-19 19:29:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 22:29:35 -0500 |
| commit | 284ecb114e3a1b1bd04292fe6747d6374652e34c (patch) | |
| tree | 35c3eea54135777a7066ce0fae8c409754f6d868 /src/code/z_parameter.c | |
| parent | c3806155c3adbc29f7ab491fc3c28f4ce76bea60 (diff) | |
[iQue] Match z_actor (#2431)
* [iQue] Match z_actor
* Reword comment
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 7d09da7e2..5b0629047 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -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; |
