Skip to content

Commit

Permalink
i forgot to fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
LittlePlanetCD committed Dec 4, 2024
1 parent 1d54904 commit 41219d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SonicMania/GameLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ typedef struct {
int32 (*PlaySfx)(uint16 sfx, int32 loopPoint, int32 priority);
void (*StopSfx)(uint16 sfx);
int32 (*PlayStream)(const char *filename, uint32 channel, uint32 startPos, uint32 loopPoint, bool32 loadASync);
void (*SetChannelAttributes)(uint8 channel, float volume, float pan, float speed);
void (*SetChannelAttributes)(uint32 channel, float volume, float pan, float speed);
void (*StopChannel)(uint32 channel);
void (*PauseChannel)(uint32 channel);
void (*ResumeChannel)(uint32 channel);
Expand Down

0 comments on commit 41219d4

Please sign in to comment.