X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qc;fp=qcsrc%2Fclient%2Fview.qc;h=3ff112ffe3d30a7364e08560491806778d7439fe;hp=9b44d903de0c20be6cfbe5c43d68903714f5ac66;hb=8a46f1a9c1ef83c7060b8198ab8566685a71ecd3;hpb=2d0db2a2b98d9ee669f1ee607f3e778ab8806a4f diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 9b44d903de..3ff112ffe3 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