mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed dehacked codepointer aliases
https://forum.zdoom.org/viewtopic.php?t=72747
This commit is contained in:
parent
15a0baadd6
commit
ddd6970549
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ Aliases
|
||||||
A_SpawnObject, MBF21_SpawnObject,
|
A_SpawnObject, MBF21_SpawnObject,
|
||||||
A_MonsterProjectile, MBF21_MonsterProjectile,
|
A_MonsterProjectile, MBF21_MonsterProjectile,
|
||||||
A_MonsterBulletAttack, MBF21_MonsterBulletAttack,
|
A_MonsterBulletAttack, MBF21_MonsterBulletAttack,
|
||||||
A_MonsterMeleeAttack, MBF21_MonsterMeleeAttack
|
A_MonsterMeleeAttack, MBF21_MonsterMeleeAttack,
|
||||||
A_RadiusDamage, A_Explode,
|
A_RadiusDamage, A_Explode,
|
||||||
A_HealChase, MBF21_HealChase,
|
A_HealChase, MBF21_HealChase,
|
||||||
A_SeekTracer, A_SeekerMissile,
|
A_SeekTracer, A_SeekerMissile,
|
||||||
|
|
Loading…
Reference in a new issue