From: Martin Taibr Date: Sun, 28 Jul 2019 01:03:05 +0000 (+0200) Subject: typo X-Git-Tag: xonotic-v0.8.5~1258^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bb6fa20d3416affe3876a5a42b289a0d28c22bc1;p=xonotic%2Fxonotic-data.pk3dir.git typo --- 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)); }