renames define to UNIQUE_PASSARGS

This commit is contained in:
ninjanomnom
2017-12-19 16:27:06 -05:00
parent a93b957cb5
commit 00a21c94f8
5 changed files with 5 additions and 5 deletions

View File

@@ -212,7 +212,7 @@
if(!QDELETED(new_comp))
new_comp.InheritComponent(old_comp, FALSE)
qdel(old_comp)
if(COMPONENT_DUPE_INSTANCELESS)
if(COMPONENT_DUPE_UNIQUE_PASSARGS)
if(!new_comp)
var/list/arguments = args.Copy(2)
old_comp.InheritComponent(null, TRUE, arguments)