]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a typo
authorFruitieX <rasse@rasse-lappy.localdomain>
Sun, 13 Jun 2010 10:59:58 +0000 (13:59 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Sun, 13 Jun 2010 10:59:58 +0000 (13:59 +0300)
qcsrc/client/hud.qc

index 3cfa91204e310f9fb8fdb42c6d73aa99b59e976b..7329b8feacb3cc3246a91082568e0e2ae15c310e 100644 (file)
@@ -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...