mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-02 17:01:49 +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";
|
PainSound "spectre/pain";
|
||||||
DeathSound "spectre/death";
|
DeathSound "spectre/death";
|
||||||
ActiveSound "spectre/active";
|
ActiveSound "spectre/active";
|
||||||
HitObituary "$OB_SPECTREHIT";
|
Obituary "$OB_SPECTREHIT";
|
||||||
Tag "$FN_SPECTRE";
|
Tag "$FN_SPECTRE";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue