mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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;
|
||||
S_PlaySound(FLY_BY, CHAN_AUTO, CHANF_UI);
|
||||
}
|
||||
else if (soundanm == 3 && clock >= 395)
|
||||
else if (soundanm == 3 && clock >= 395 && PLUTOPAK)
|
||||
{
|
||||
soundanm = 4;
|
||||
S_PlaySound(PIPEBOMB_EXPLODE, CHAN_AUTO, CHANF_UI);
|
||||
|
|
Loading…
Reference in a new issue