From: FruitieX Date: Sun, 13 Jun 2010 10:59:58 +0000 (+0300) Subject: fix a typo X-Git-Tag: xonotic-v0.1.0preview~541^2~48 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aaeefeafefe025221d81279077872862131ed020;p=xonotic%2Fxonotic-data.pk3dir.git fix a typo --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 3cfa91204..7329b8fea 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -643,8 +643,10 @@ vector HUD_Panel_GetMinSize(float id) break; case 3: if(cvar("hud_healtharmor") == 2) + { mySize_x = 4.35; // 4.35 * height, trial and error... mySize_y = 0.01; // "unlimited" ;) + } break; case 4: mySize_x = 1.2; // 12/10 * height, as panel cant support more than 10 entries...