mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Add to r3544.
git-svn-id: https://svn.eduke32.com/eduke32@3576 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
90d71a5953
commit
85f6a64deb
1 changed files with 1 additions and 1 deletions
|
@ -8139,7 +8139,7 @@ void A_PlayAlertSound(int32_t i)
|
|||
case BOSS4STAYPUT__STATIC:
|
||||
if (sprite[i].pal != 0)
|
||||
S_PlaySound(BOS4_RECOG);
|
||||
S_PlaySound(BOSS4_FIRSTSEE);
|
||||
else S_PlaySound(BOSS4_FIRSTSEE);
|
||||
break;
|
||||
case GREENSLIME__STATIC:
|
||||
A_PlaySound(SLIM_RECOG,i);
|
||||
|
|
Loading…
Reference in a new issue