]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix height
authorRudolf Polzer <divverent@alientrap.org>
Thu, 1 Sep 2011 09:55:19 +0000 (11:55 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 1 Sep 2011 09:55:19 +0000 (11:55 +0200)
misc/tools/weapon-profiler-analyzer.pl

index c848609d708cf95bd66f7776d90533d92f199d55..c7816b01718d9cec050217560cb5c1fd58ca3e77 100755 (executable)
@@ -255,7 +255,7 @@ sub out_html($@)
        elsif($event eq 'startrow')
        {
                my ($row, $val) = @data;
-               printf '<tr><th><img width=128 height=64 src="http://de.git.xonotic.org/?p=xonotic/xonotic.git;a=blob_plain;f=Docs/htmlfiles/weaponimg/%s_1st.png" alt="%s"></th><th align=right>%s</th>', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A";
+               printf '<tr><th><img width=96 height=64 src="http://de.git.xonotic.org/?p=xonotic/xonotic.git;a=blob_plain;f=Docs/htmlfiles/weaponimg/%s_1st.png" alt="%s"></th><th align=right>%s</th>', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A";
        }
        elsif($event eq 'cell')
        {