be a little more honest (don't say "Playing" until we actually can)

This commit is contained in:
Bill Currie 2010-08-05 07:23:06 +00:00 committed by Jeff Teunissen
parent 6e2a8f1e3d
commit dabb720fd1

View file

@ -234,7 +234,7 @@ I_OGGMus_PlayNext (int looping)
track = PL_String (PL_ObjectAtIndex (play_list, play_pos));
looping = 0;
}
Sys_Printf ("Playing: %s.\n", track);
if (cd_channel) {
S_ChannelStop (cd_channel);
cd_channel = 0;
@ -248,7 +248,7 @@ I_OGGMus_PlayNext (int looping)
cd_channel = 0;
return;
}
Sys_Printf ("Playing: %s.\n", track);
if (sfx->wavinfo)
info = sfx->wavinfo (sfx);
if (info) {