- fixed dehacked codepointer aliases

https://forum.zdoom.org/viewtopic.php?t=72747
This commit is contained in:
alexey.lysiuk 2021-07-09 12:45:58 +03:00 committed by GitHub
parent 15a0baadd6
commit ddd6970549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,