mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix a problem with r4514.
git-svn-id: https://svn.eduke32.com/eduke32@4517 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f4becd06d5
commit
27c9651fde
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue