]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix stupid typo
authorFruitieX <rasse@rasse-lappy.localdomain>
Thu, 22 Jul 2010 21:54:27 +0000 (00:54 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Thu, 22 Jul 2010 21:54:27 +0000 (00:54 +0300)
qcsrc/client/View.qc

index 05c038e1ce13ea1dde44bb0a508d044a5df2ca88..db41d55d96ec571062d3c3357b8aa73e5208b54a 100644 (file)
@@ -137,7 +137,7 @@ vector GetCurrentFov(float fov)
                        zoomspeed = 3.5;
 
        zoomdir = button_zoom;
-       if(getstati(STAT_ACTIVEWEAPON) == WEP_NEX || getstati(STAT_ACTIVEWEAPON) == WEP_CAMPINGRIFLE && campingrifle_scope) // do NOT use switchweapon here
+       if(getstati(STAT_ACTIVEWEAPON) == WEP_NEX || (getstati(STAT_ACTIVEWEAPON) == WEP_CAMPINGRIFLE && campingrifle_scope)) // do NOT use switchweapon here
                zoomdir += button_attack2;
        if(spectatee_status > 0 || isdemo())
        {