Skip to content

Commit

Permalink
fix: removed flag that was breaking mod playback
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosh64 authored and connorjclark committed Apr 14, 2024
1 parent 6aae56e commit b7ac0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound/zcmusic.cpp
Expand Up @@ -407,7 +407,7 @@ ZCMUSIC * zcmusic_load_file(const char *filename)
{
#ifdef SOUND_LIBS_BUILT_FROM_SOURCE
// No idea what this second arg does...
d = dumb_load_mod(filename, 2);
d = dumb_load_mod(filename, 0);
#else
d = dumb_load_mod(filename);
#endif
Expand Down

0 comments on commit b7ac0c6

Please sign in to comment.