Skip to content

Commit

Permalink
Debug: Added debug message about Mus_Start()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 12, 2012
1 parent 4e4011c commit 22ad794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/engine/portable/src/s_mus.c
Expand Up @@ -420,6 +420,8 @@ int Mus_Start(ded_music_t* def, boolean looped)

songID = def - defs.music;

DEBUG_Message(("Mus_Start: Starting ID:%i looped:%i, currentSong ID:%i\n", songID, looped, currentSong));

// We will not restart the currently playing song.
if(songID == currentSong &&
((AudioDriver_Music() && AudioDriver_Music()->gen.Get(MUSIP_PLAYING, NULL)) ||
Expand Down

0 comments on commit 22ad794

Please sign in to comment.