From: Mircea Kitsune Date: Thu, 24 Jun 2010 17:42:54 +0000 (+0300) Subject: Comment alignment and a small texture improvement X-Git-Tag: xonotic-v0.1.0preview~501^2~1^2~2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=5ab5f3f6663997e59453eba4f8cf6851dba666de Comment alignment and a small texture improvement --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index eb5d9a478..d2268ed58 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) + // 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) if(spectatee_status || getstati(STAT_HEALTH) <= 0) reticle_type = 0; // prevent reticle from showing during the respawn zoom effect or for spectators else if(button_zoom) diff --git a/textures/reticle_normal.tga b/textures/reticle_normal.tga index 9df1105b9..8b82ea86b 100644 Binary files a/textures/reticle_normal.tga and b/textures/reticle_normal.tga differ