Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fix minor doc mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
StanHash committed Nov 3, 2023
1 parent 629f774 commit 19932a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/m4a.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@ struct SoundInfo
/* +038 */ PlyNoteFunc plynote;
/* +03C */ ExtVolPitFunc ext_vol_pit_func;
/* +040 */ u8 gap2[16];
/* +060 */ struct SoundChannel chans[MAX_DIRECTSOUND_CHANNELS];
/* +360 */ i8 pcm_buffer[PCM_DMA_BUF_SIZE * 2];
/* +050 */ struct SoundChannel chans[MAX_DIRECTSOUND_CHANNELS];
/* +350 */ i8 pcm_buffer[PCM_DMA_BUF_SIZE * 2];
/* +FB0 */ // end
};

struct Song
Expand Down

0 comments on commit 19932a7

Please sign in to comment.