From: Mario Date: Tue, 14 Mar 2017 23:44:54 +0000 (+1000) Subject: Remove the entcs hook (macros aren't flexible enough for this to be used by mods) X-Git-Tag: xonotic-v0.8.2~53 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=0d01d31459677c664e067e7dec650b6cd0a28df4 Remove the entcs hook (macros aren't flexible enough for this to be used by mods) --- diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index f50f03b5f7..f308530d50 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -1,8 +1,5 @@ #include "ent_cs.qh" -// for use in mods -#define ENTCS_EXTRAPROPS - #define ENTCS_SET_NORMAL(var, x) MACRO_BEGIN \ var = x; \ MACRO_END @@ -51,8 +48,6 @@ MACRO_END PROP(true, frags, ENTCS_SET_NORMAL, \ { WriteShort(chan, ent.frags); }, \ { ent.frags = ReadShort(); }) \ - \ - ENTCS_EXTRAPROPS \ \ /**/