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

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