From: Rudolf Polzer Date: Thu, 1 Sep 2011 09:55:19 +0000 (+0200) Subject: fix height X-Git-Tag: xonotic-v0.5.0~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=91fbf78eb5c586cea96a615ed7c155de2a310871;p=xonotic%2Fxonotic.git fix height --- diff --git a/misc/tools/weapon-profiler-analyzer.pl b/misc/tools/weapon-profiler-analyzer.pl index c848609d..c7816b01 100755 --- a/misc/tools/weapon-profiler-analyzer.pl +++ b/misc/tools/weapon-profiler-analyzer.pl @@ -255,7 +255,7 @@ sub out_html($@) elsif($event eq 'startrow') { my ($row, $val) = @data; - printf '%s%s', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A"; + printf '%s%s', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A"; } elsif($event eq 'cell') {