From 4185d6235a1322a7c4d1ffa5b4d2e997b9af3821 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Thu, 24 Jun 2010 17:54:41 +0300 Subject: [PATCH] Must be persisted in order to work, of course :) --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 3a1337605..172862375 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) -- 2.39.2