From 64abbe49fae92a9447d440eab3f705d6dbf9194e Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 23 Apr 2018 21:34:53 +1000 Subject: [PATCH] Fix another lingering macro definition --- qcsrc/common/t_items.qc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2