]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation unit failure
authorotta8634 <k9wolf@pm.me>
Thu, 9 Jan 2025 07:09:53 +0000 (15:09 +0800)
committerotta8634 <k9wolf@pm.me>
Thu, 9 Jan 2025 07:09:53 +0000 (15:09 +0800)
Introduced by c0a5cc3e57.

qcsrc/common/monsters/monster.qh

index fcd4b5d72e00e0e5e4fda5321a4790488fb3bd97..d0526da0d0912ab41f13d830f60fc850a0305fdb 100644 (file)
@@ -38,6 +38,8 @@ CLASS(Monster, Object)
     ATTRIB(Monster, netname, string, "");
     /** color */
     ATTRIB(Monster, m_color, vector, '1 1 1');
+    /** icon */
+    ATTRIB(Monster, m_icon, string);
     /** model */
     ATTRIB(Monster, m_model, entity);
     /** hitbox size */