Skip to content

Commit

Permalink
Fixed compiler warnings (thanks Ozkan!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2017
1 parent 0a99464 commit 20589aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions music_mikmod.c
Expand Up @@ -23,6 +23,8 @@

/* This file supports MOD tracker music streams */

#include "SDL_loadso.h"

#include "music_mikmod.h"

#include "mikmod.h"
Expand Down Expand Up @@ -543,6 +545,7 @@ static int MIKMOD_Play(void *context)
MODULE *music = (MODULE *)context;
mikmod.Player_Start(music);
mikmod.Player_SetVolume((SWORD)music_volume);
return 0;
}

/* Return non-zero if a stream is currently playing */
Expand Down

0 comments on commit 20589aa

Please sign in to comment.