summaryrefslogtreecommitdiff
path: root/src/code/z_parameter.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-03-30 19:53:47 +1100
committerGitHub <noreply@github.com>2023-03-30 19:53:47 +1100
commit6685a4775e440b247f3db62db4162dccbf0775ea (patch)
tree14c20e33d91b6914f272d8301b7c3a0cfb544e01 /src/code/z_parameter.c
parent045c3537a9bae4fa7fb33985c7834f3c956d42f1 (diff)
Audio `sequence.c` OK and documented (#1201)
* import sequence docs * cleanup * do not need raw hex
Diffstat (limited to 'src/code/z_parameter.c')
-rw-r--r--src/code/z_parameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c
index 5f5440a2f..cb4a296d4 100644
--- a/src/code/z_parameter.c
+++ b/src/code/z_parameter.c
@@ -4324,7 +4324,7 @@ void Interface_DrawPerfectLetters(PlayState* play) {
void Interface_StartMoonCrash(PlayState* play) {
if (play->actorCtx.flags & ACTORCTX_FLAG_1) {
- Audio_QueueSeqCmd(0xE0000100);
+ SEQCMD_DISABLE_PLAY_SEQUENCES(false);
}
gSaveContext.save.day = 4;