From ddd69705498cb940a1fb0aea473dd4cedaf5d605 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 9 Jul 2021 12:45:58 +0300 Subject: [PATCH] - fixed dehacked codepointer aliases https://forum.zdoom.org/viewtopic.php?t=72747 --- wadsrc/static/dehsupp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/dehsupp.txt b/wadsrc/static/dehsupp.txt index 2457e8ed8..744e65dc0 100644 --- a/wadsrc/static/dehsupp.txt +++ b/wadsrc/static/dehsupp.txt @@ -1197,7 +1197,7 @@ Aliases A_SpawnObject, MBF21_SpawnObject, A_MonsterProjectile, MBF21_MonsterProjectile, A_MonsterBulletAttack, MBF21_MonsterBulletAttack, - A_MonsterMeleeAttack, MBF21_MonsterMeleeAttack + A_MonsterMeleeAttack, MBF21_MonsterMeleeAttack, A_RadiusDamage, A_Explode, A_HealChase, MBF21_HealChase, A_SeekTracer, A_SeekerMissile,