From: Mircea Kitsune Date: Thu, 24 Jun 2010 14:54:41 +0000 (+0300) Subject: Must be persisted in order to work, of course :) X-Git-Tag: xonotic-v0.1.0preview~501^2~1^2~14 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=4185d6235a1322a7c4d1ffa5b4d2e997b9af3821 Must be persisted in order to work, of course :) --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 3a13376051..1728623756 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -341,6 +341,7 @@ void CSQC_Demo_Camera(); float HUD_WouldDrawScoreboard (); float view_set; float camera_mode; +float zoom_type; string NextFrameCommand; void CSQC_SPIDER_HUD(); void CSQC_RAPTOR_HUD(); @@ -553,7 +554,6 @@ void CSQC_UpdateView(float w, float h) // draw the aiming reticle for weapons that use it (eg. Nex) // zoom_type is changed to the item we are zooming with, to decide which reticle to use - float zoom_type; if(button_zoom) zoom_type = 0; // normal zoom else if(activeweapon == WEP_NEX && button_attack2)