mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-02 14:40:40 +00:00
- Duke: Don't play 3rd pipebomb explosion if not Plutonium/Atomic.
This commit is contained in:
parent
8480aca6f1
commit
439633e6db
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public:
|
||||||
soundanm = 3;
|
soundanm = 3;
|
||||||
S_PlaySound(FLY_BY, CHAN_AUTO, CHANF_UI);
|
S_PlaySound(FLY_BY, CHAN_AUTO, CHANF_UI);
|
||||||
}
|
}
|
||||||
else if (soundanm == 3 && clock >= 395)
|
else if (soundanm == 3 && clock >= 395 && PLUTOPAK)
|
||||||
{
|
{
|
||||||
soundanm = 4;
|
soundanm = 4;
|
||||||
S_PlaySound(PIPEBOMB_EXPLODE, CHAN_AUTO, CHANF_UI);
|
S_PlaySound(PIPEBOMB_EXPLODE, CHAN_AUTO, CHANF_UI);
|
||||||
|
|
Loading…
Reference in a new issue