X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fdeathtypes%2Fall.qh;h=42aa6bb52b29ddd568bb8a180b5eb9c1303aded4;hb=b683bf23a495d3b1b3f6df3bda75bfe0f069ab05;hp=28f5a16b782522a5164b084722fe442bcbb3fc42;hpb=3f01af4a3f5d694062231a5ab86aea9f22ce0142;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/deathtypes/all.qh b/qcsrc/common/deathtypes/all.qh index 28f5a16b7..42aa6bb52 100644 --- a/qcsrc/common/deathtypes/all.qh +++ b/qcsrc/common/deathtypes/all.qh @@ -13,6 +13,7 @@ REGISTER_REGISTRY(RegisterDeathtypes) #define REGISTER_DEATHTYPE(id, msg_death, msg_death_by, extra) \ REGISTER(RegisterDeathtypes, DEATH, Deathtypes, id, m_id, new(deathtype)) { \ + make_pure(this); \ this.m_id += DT_FIRST; \ this.nent_name = #id; \ this.death_msgextra = extra; \