From 8a46f1a9c1ef83c7060b8198ab8566685a71ecd3 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Dec 2019 01:52:16 +1000 Subject: [PATCH] Also don't log hit sounds --- qcsrc/client/view.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2