]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix another lingering macro definition
authorMario <mario@smbclan.net>
Mon, 23 Apr 2018 11:34:53 +0000 (21:34 +1000)
committerMario <mario@smbclan.net>
Mon, 23 Apr 2018 11:34:53 +0000 (21:34 +1000)
qcsrc/common/t_items.qc

index 9775ca198d5329a68a24f6e164020a374a230be9..039d27da351f284a3766d9684a6bbf2c45838b72 100644 (file)
@@ -253,6 +253,7 @@ NET_HANDLE(ENT_CLIENT_ITEM, bool isnew)
                 LOG_TRACEF("Simple item requested for %s but no model exists for it", _fn);
                        } while (0);
                        #undef tryext
+                       #undef extensions
         }
 
         if(!this.item_simple)