From: Rudolf Polzer Date: Fri, 20 Jan 2012 17:02:49 +0000 (+0100) Subject: flip pitch. Don't ask. X-Git-Tag: xonotic-v0.6.0~104^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7195d9d69d3502de7dd05a0453fdf3e0fb00970f;p=xonotic%2Fxonotic-data.pk3dir.git flip pitch. Don't ask. --- diff --git a/qcsrc/server/cheats.qc b/qcsrc/server/cheats.qc index 103febb72..5ba860940 100644 --- a/qcsrc/server/cheats.qc +++ b/qcsrc/server/cheats.qc @@ -103,6 +103,7 @@ void info_autoscreenshot_findtarget() return; } vector a = vectoangles(e.origin - self.origin); + a_x = -a_x; // don't ask self.angles_x = a_x; self.angles_y = a_y; // we leave Rick Roll alone