mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix playing end-of-episode ANMs.
git-svn-id: https://svn.eduke32.com/eduke32@4859 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4bc4735480
commit
ec3a73efd2
1 changed files with 1 additions and 10 deletions
|
@ -237,16 +237,7 @@ int32_t G_PlayAnim(const char *fn, char t)
|
|||
// 11: vol4e3
|
||||
// 12: 3drealms anim
|
||||
|
||||
// this seems to break the episode 3 cutscene...
|
||||
#if 0
|
||||
if (I_CheckAllInput())
|
||||
{
|
||||
I_ClearAllInput();
|
||||
FX_StopAllSounds();
|
||||
running = 0;
|
||||
goto end_anim;
|
||||
}
|
||||
#endif
|
||||
I_ClearAllInput();
|
||||
|
||||
#ifdef USE_LIBVPX
|
||||
while (getrendermode() >= REND_POLYMOST && glinfo.glsl) // if, really
|
||||
|
|
Loading…
Reference in a new issue