Pause the game when playing IVF files with startcutscene.

Patch from Fox.

git-svn-id: https://svn.eduke32.com/eduke32@6511 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-11-29 07:29:20 +00:00
parent a72295f7f1
commit 50f7f6cda4

View file

@ -327,6 +327,8 @@ int32_t Anim_Play(const char *fn)
clearallviews(0); clearallviews(0);
ototalclock = totalclock + 1; // pause game like ANMs
animvpx_render_frame(&codec); animvpx_render_frame(&codec);
VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum); VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum);