mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 00:21:38 +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();
|
nextpage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end_vol4e:
|
||||||
if ((G_GetLogoFlags() & LOGO_NODUKETEAMTEXT) && (G_GetLogoFlags() & LOGO_NODUKETEAMPIC))
|
if ((G_GetLogoFlags() & LOGO_NODUKETEAMTEXT) && (G_GetLogoFlags() & LOGO_NODUKETEAMPIC))
|
||||||
goto VOL4_END;
|
goto VOL4_END;
|
||||||
|
|
||||||
end_vol4e:
|
|
||||||
FX_StopAllSounds();
|
FX_StopAllSounds();
|
||||||
S_ClearSoundLocks();
|
S_ClearSoundLocks();
|
||||||
S_PlaySound(ENDSEQVOL3SND4);
|
S_PlaySound(ENDSEQVOL3SND4);
|
||||||
|
|
Loading…
Reference in a new issue