]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Also don't log hit sounds
authorMario <mario.mario@y7mail.com>
Tue, 24 Dec 2019 15:52:16 +0000 (01:52 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 24 Dec 2019 15:52:16 +0000 (01:52 +1000)
qcsrc/client/view.qc

index 9b44d903de0c20be6cfbe5c43d68903714f5ac66..3ff112ffe3d30a7364e08560491806778d7439fe 100644 (file)
@@ -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