From: Mario Date: Sat, 26 Mar 2016 19:21:54 +0000 (+1000) Subject: Undo last commit (result is used much later to get the target lock) X-Git-Tag: xonotic-v0.8.2~1000 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=112e1861bef236521b5fc092d9a2f3114c7f4304;hp=ea2794e6e4cc38047abd298b3547c973529ed97a;p=xonotic%2Fxonotic-data.pk3dir.git Undo last commit (result is used much later to get the target lock) --- diff --git a/qcsrc/common/vehicles/vehicle/racer.qc b/qcsrc/common/vehicles/vehicle/racer.qc index bb3a1cbcb..da259784f 100644 --- a/qcsrc/common/vehicles/vehicle/racer.qc +++ b/qcsrc/common/vehicles/vehicle/racer.qc @@ -195,7 +195,7 @@ bool racer_frame(entity this) PHYS_INPUT_BUTTON_ZOOM(this) = PHYS_INPUT_BUTTON_CROUCH(this) = false; - //crosshair_trace(this); + crosshair_trace(this); vehic.angles_x *= -1;