From: Mircea Kitsune Date: Thu, 24 Jun 2010 15:16:38 +0000 (+0300) Subject: Make a comment even more clear X-Git-Tag: xonotic-v0.1.0preview~501^2~1^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eed790faa6c33a9b01264f8dc369a8668dae93b3;p=xonotic%2Fxonotic-data.pk3dir.git Make a comment even more clear --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 9e91a73b5..ac2051797 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -554,8 +554,8 @@ void CSQC_UpdateView(float w, float h) // Draw the aiming reticle for weapons that use it // reticle_type is changed to the item we are zooming / aiming with, to decide which reticle to use - // It must be a persisted float for fading out to work properly (you let go of the zoom button for - // the view to go back to normal, so reticle_type would become 0 as we fade out and use that reticle) + // It must be a persisted float for fading out to work properly (you let go of the zoom button for the + // view to go back to normal, so reticle_type would become 0 as we fade out and use that image instead) if(button_zoom) reticle_type = 0; // normal zoom else if(activeweapon == WEP_NEX && button_attack2)