]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/raptor.qc
Merge remote branch 'origin/master' into tzork/vehicles-2
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / raptor.qc
index 2541acbe357e52e50df4b592fe121d3cb46c1914..4293d2c2302e6e98b2f1b6a4a990229d1482486f 100644 (file)
@@ -354,7 +354,7 @@ float raptor_frame()
 #if VEHICLES_VIEWROTATE_CROSSHAIR
     df = vectoangles(normalize(trace_endpos - self.origin + '0 0 32'));
     if(df_x > 180)  df_x -= 360;
-    if(df_x < -180) df_x += 360;
+    if(df_x < -180) df_x += 360;--
     if(df_y > 180)  df_y -= 360;
     if(df_y < -180) df_y += 360;