]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item.qh
Small fixes.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item.qh
index 22f291f6b22971c94ce0b2772d34d246216a6fa5..e59152076b754552eb266411710fdbab1e4efcbb 100644 (file)
@@ -8,7 +8,6 @@
 #endif
 
 #ifdef SVQC
-#include <server/defs.qh>
 #include <server/items.qh>
 #endif
 
@@ -57,7 +56,7 @@ const int IT_PICKUPMASK                       = IT_UNLIMITED_AMMO | IT_JETPACK | IT_FU
        { \
                if (!Item_IsDefinitionAllowed(item)) \
                { \
-                       /*startitem_failed = true;*/ \
+                       startitem_failed = true; \
                        delete(this); \
                        return; \
                } \