From: otta8634 Date: Wed, 8 Jan 2025 16:41:11 +0000 (+0800) Subject: Fix compilationunit failure X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0b0cdf7d5f6a6b8bde67323a43d1221954ad9e35;p=xonotic%2Fxonotic-data.pk3dir.git Fix compilationunit failure Not entirely sure why but this one wanted the Mutator class defined for it. --- diff --git a/qcsrc/common/mutators/mutator/nades/nades.qh b/qcsrc/common/mutators/mutator/nades/nades.qh index 8f5d8377b4..b72481fe30 100644 --- a/qcsrc/common/mutators/mutator/nades/nades.qh +++ b/qcsrc/common/mutators/mutator/nades/nades.qh @@ -212,6 +212,8 @@ void DrawAmmoNades(vector myPos, vector mySize, bool draw_expanding, float expan #endif #ifdef MENUQC +#include + CLASS(MutatorNades, Mutator) ATTRIB(MutatorNades, m_name, string, _("Nades")); ENDCLASS(MutatorNades)