mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
Create alienspectres.txt
fixed attenuation for Strife's 'killed a spectre' message.
This commit is contained in:
parent
8c053c0141
commit
68e17eb0c6
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class AlienSpectre1 : SpectralMonster
|
||||||
if (log > 0)
|
if (log > 0)
|
||||||
{
|
{
|
||||||
String voc = "svox/voc" .. log;
|
String voc = "svox/voc" .. log;
|
||||||
A_PlaySound(voc, CHAN_VOICE);
|
A_PlaySound(voc, CHAN_VOICE, 1, false, ATTN_NONE);
|
||||||
player.player.SetLogNumber (log);
|
player.player.SetLogNumber (log);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue