summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-07-11 19:00:18 +0000
committerGitHub <noreply@github.com>2025-07-11 22:00:18 +0300
commit92e14253cacb86575f422b40269cf8a6909e044c (patch)
tree074b5db0ab100efb61c0e943bcf9db189ada0e83 /include/Z2AudioLib
parentb83ff695890e4f971cec4661ce07308e95ceb925 (diff)
d_a_npc_zelda equivalent (#2528)
Diffstat (limited to 'include/Z2AudioLib')
-rw-r--r--include/Z2AudioLib/Z2AudioCS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2AudioCS.h b/include/Z2AudioLib/Z2AudioCS.h
index a61304879a..9cc975c361 100644
--- a/include/Z2AudioLib/Z2AudioCS.h
+++ b/include/Z2AudioLib/Z2AudioCS.h
@@ -16,7 +16,7 @@ public:
static void extensionProcess(s32, s32);
u32 getHandleSoundID(s32);
void start(s32, s32);
- static void startLevel(s32, s32);
+ static int startLevel(s32, s32);
};
#endif /* Z2AUDIOCS_H */