mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- use Obituary for both Demon and Spectre.
This commit is contained in:
parent
cbb3e17267
commit
23e2b1c0c0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Spectre : Demon
|
|||
PainSound "spectre/pain";
|
||||
DeathSound "spectre/death";
|
||||
ActiveSound "spectre/active";
|
||||
HitObituary "$OB_SPECTREHIT";
|
||||
Obituary "$OB_SPECTREHIT";
|
||||
Tag "$FN_SPECTRE";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue