]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilationunit failure
authorotta8634 <k9wolf@pm.me>
Wed, 8 Jan 2025 16:41:11 +0000 (00:41 +0800)
committerotta8634 <k9wolf@pm.me>
Wed, 8 Jan 2025 16:41:11 +0000 (00:41 +0800)
Not entirely sure why but this one wanted the Mutator class defined for it.

qcsrc/common/mutators/mutator/nades/nades.qh

index 8f5d8377b40e6f84277be595d093ea5660363f3b..b72481fe3092048ae31b94abf1d619d9a2252e73 100644 (file)
@@ -212,6 +212,8 @@ void DrawAmmoNades(vector myPos, vector mySize, bool draw_expanding, float expan
 #endif
 
 #ifdef MENUQC
+#include <common/mutators/base.qh>
+
 CLASS(MutatorNades, Mutator)
        ATTRIB(MutatorNades, m_name, string, _("Nades"));
 ENDCLASS(MutatorNades)