From bb6fa20d3416affe3876a5a42b289a0d28c22bc1 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sun, 28 Jul 2019 03:03:05 +0200 Subject: [PATCH] typo --- qcsrc/client/csqcmodel_hooks.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/csqcmodel_hooks.qc b/qcsrc/client/csqcmodel_hooks.qc index 1dfc006c3..1272758f7 100644 --- a/qcsrc/client/csqcmodel_hooks.qc +++ b/qcsrc/client/csqcmodel_hooks.qc @@ -542,7 +542,7 @@ void CSQCModel_Effects_Apply(entity this) { // This will be hard to replace with MAKE_VECTORS because it's called as part of the predraw function // as documented in csprogs.h in the engine. The globals can then be read in many places in the engine. - // However MR_ROTATE is currently only used in one place - might be possible to get rid of it entirely. + // However MF_ROTATE is currently only used in one place - might be possible to get rid of it entirely. this.renderflags |= RF_USEAXIS; makevectors(this.angles + '0 100 0' * fmod(time, 3.6)); } -- 2.39.2