diff options
Diffstat (limited to 'src/marathon.c')
-rw-r--r-- | src/marathon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marathon.c b/src/marathon.c index b5de37e..209fb52 100644 --- a/src/marathon.c +++ b/src/marathon.c @@ -5,6 +5,7 @@ void marathon_main() { // Init Music Mix_Music *Background = Mix_LoadMUS("resources/marathon.wav"); Mix_PlayMusic(Background, -1); + Mix_VolumeMusic(GlobalSettings.MusicVolume); // Init balls lmao struct Balls Ball; |