]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/deathtypes/all.qh
Merge branch 'master' into TimePath/debug_draw
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / deathtypes / all.qh
index 28f5a16b782522a5164b084722fe442bcbb3fc42..42aa6bb52b29ddd568bb8a180b5eb9c1303aded4 100644 (file)
@@ -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; \