From: Mario Date: Mon, 23 Apr 2018 11:34:53 +0000 (+1000) Subject: Fix another lingering macro definition X-Git-Tag: xonotic-v0.8.5~2178 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=64abbe49fae92a9447d440eab3f705d6dbf9194e;p=xonotic%2Fxonotic-data.pk3dir.git Fix another lingering macro definition --- diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index 9775ca198..039d27da3 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -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)