From: Mario Date: Tue, 24 Dec 2019 15:52:16 +0000 (+1000) Subject: Also don't log hit sounds X-Git-Tag: xonotic-v0.8.5~1192 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a46f1a9c1ef83c7060b8198ab8566685a71ecd3;p=xonotic%2Fxonotic-data.pk3dir.git Also don't log hit sounds --- diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 9b44d903d..3ff112ffe 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -829,7 +829,7 @@ void HitSound() pitch_shift = mirror_value + (mirror_value - pitch_shift); } - LOG_TRACE("dmg total (dmg): ", ftos(unaccounted_damage), " , pitch shift: ", ftos(pitch_shift)); + //LOG_TRACE("dmg total (dmg): ", ftos(unaccounted_damage), " , pitch shift: ", ftos(pitch_shift)); // todo: avoid very long and very short sounds from wave stretching using different sound files? seems unnecessary // todo: normalize sound pressure levels? seems unnecessary