summaryrefslogtreecommitdiff
path: root/src/code/audio_data.c
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2022-10-04 07:18:50 +0200
committerGitHub <noreply@github.com>2022-10-04 01:18:50 -0400
commit2f4c25da53b3a23251a6f2ab477d588b4da38475 (patch)
tree5f6bed10b7d66be3892d7f8a6a2ac34d880d0bc2 /src/code/audio_data.c
parent78e528d6fb61068bf1320073c7a440ad2d920b2f (diff)
Fix many missing NULLs (#1389)
* Fix many missing NULLs * Fix a raw actor id in en_horse
Diffstat (limited to 'src/code/audio_data.c')
-rw-r--r--src/code/audio_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/audio_data.c b/src/code/audio_data.c
index 10ddc4601..d1bd4acc1 100644
--- a/src/code/audio_data.c
+++ b/src/code/audio_data.c
@@ -553,7 +553,7 @@ EnvelopePoint gDefaultEnvelope[] = {
NoteSubEu gZeroNoteSub = { 0 };
NoteSubEu gDefaultNoteSub = {
- { 1, 1, 0, 0, 0, 0, 0, 0 }, { 0 }, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ { 1, 1, 0, 0, 0, 0, 0, 0 }, { 0 }, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0,
};
u16 gHaasEffectDelaySizes[64] = {