From 5cc94282b5c8e2b991a443f9e64e91c466cb00f1 Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Fri, 9 Jul 2021 01:47:28 +0200 Subject: fix small error in seq header --- include/nitro/SND_seq_shared.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/nitro/SND_seq_shared.h b/include/nitro/SND_seq_shared.h index 6ff6189c..ff73e951 100644 --- a/include/nitro/SND_seq_shared.h +++ b/include/nitro/SND_seq_shared.h @@ -72,9 +72,9 @@ struct SNDTrack { s32 wait; // 0x20 - const u8 *trackDataStart; // 0x24 - const u8 *trackDataPos; // 0x28 - const u8 *posCallStack[SND_TRACK_MAX_CALL]; // 0x34 + const u8 *base; // 0x24 + const u8 *cur; // 0x28 + const u8 *posCallStack[SND_TRACK_MAX_CALL]; // 0x2C u8 loopCount[SND_TRACK_MAX_CALL]; // 0x38 u8 callStackDepth; // 0x3B -- cgit v1.2.3