CON: Run EVENT_CUTSCENE during IVFs as well.

Changing the frame of an IVF file is unsupported, so its only purpose is to play sounds.

Patch from Fox.

git-svn-id: https://svn.eduke32.com/eduke32@6505 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-11-29 07:29:01 +00:00
parent 38df0b7e82
commit a89ad84f4d

View file

@ -325,6 +325,8 @@ int32_t Anim_Play(const char *fn)
animvpx_render_frame(&codec);
VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum);
// after rendering the frame but before displaying: maybe play sound...
framenum++;
if (anim)