Fix a problem with r4514.

git-svn-id: https://svn.eduke32.com/eduke32@4517 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-06-21 15:30:33 +00:00
parent f4becd06d5
commit 27c9651fde

View file

@ -12455,10 +12455,10 @@ VOL1_END:
nextpage();
}
end_vol4e:
if ((G_GetLogoFlags() & LOGO_NODUKETEAMTEXT) && (G_GetLogoFlags() & LOGO_NODUKETEAMPIC))
goto VOL4_END;
end_vol4e:
FX_StopAllSounds();
S_ClearSoundLocks();
S_PlaySound(ENDSEQVOL3SND4);