Skip to content

Commit

Permalink
Made debug messages require verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 8, 2007
1 parent 1302413 commit 6670baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/portable/src/sv_sound.c
Expand Up @@ -125,8 +125,8 @@ void Sv_SoundAtVolume(int sound_id_and_flags, mobj_t *origin, float volume,
}

#ifdef _DEBUG
Con_Message("Sv_SoundAtVolume: Id=%i, vol=%g, targets=%x\n",
sound_id, volume, targetPlayers);
VERBOSE( Con_Message("Sv_SoundAtVolume: Id=%i, vol=%g, targets=%x\n",
sound_id, volume, targetPlayers) );
#endif

Sv_NewSoundDelta(sound_id, origin, sector, poly, volume,
Expand Down

0 comments on commit 6670baf

Please sign in to comment.