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
1 changed files with 1 additions and 1 deletions

View File

@ -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);