Skip to content

Commit

Permalink
Merge pull request #488 from pzychotic/fix-no-intro-crash
Browse files Browse the repository at this point in the history
Fix crash with -nointro
  • Loading branch information
Lgt2x authored Jul 10, 2024
2 parents 3c66b13 + bdfb20a commit 87f6ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movie/d3movie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ intptr_t mve_SequenceStart(const char *mvename, void *fhandle, oeApplication *ap
MVE_memCallbacks(CallbackAlloc, CallbackFree);
MVE_ioCallbacks(CallbackFileRead);
MVE_sfCallbacks(CallbackShowFrameNoFlip);
MVE_palCallbacks(CallbackSetPalette);
InitializePalette();
Movie_bm_handle = -1;
Movie_looping = looping;
Expand Down

0 comments on commit 87f6ef0

Please sign in to comment.