Add to r3544.

git-svn-id: https://svn.eduke32.com/eduke32@3576 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-03-19 06:22:08 +00:00
parent 90d71a5953
commit 85f6a64deb

View file

@ -8139,7 +8139,7 @@ void A_PlayAlertSound(int32_t i)
case BOSS4STAYPUT__STATIC: case BOSS4STAYPUT__STATIC:
if (sprite[i].pal != 0) if (sprite[i].pal != 0)
S_PlaySound(BOS4_RECOG); S_PlaySound(BOS4_RECOG);
S_PlaySound(BOSS4_FIRSTSEE); else S_PlaySound(BOSS4_FIRSTSEE);
break; break;
case GREENSLIME__STATIC: case GREENSLIME__STATIC:
A_PlaySound(SLIM_RECOG,i); A_PlaySound(SLIM_RECOG,i);