From: FruitieX Date: Thu, 22 Jul 2010 21:54:27 +0000 (+0300) Subject: fix stupid typo X-Git-Tag: xonotic-v0.1.0preview~423^2~18^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ff67a7a172a17a84474b25354549aac15928ae60;p=xonotic%2Fxonotic-data.pk3dir.git fix stupid typo --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 05c038e1c..db41d55d9 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -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()) {