- fix -nofmv disabling sound

This commit is contained in:
Ilya Shurumov 2021-05-17 22:36:14 +06:00 committed by InspirationByte
parent e575541624
commit af4c4dbe05

View File

@ -65,10 +65,9 @@ void PlayRender(RENDER_ARGS *args)
#else #else
if (gNoFMV == 1) if (gNoFMV == 0)
return;
FMV_main(args); FMV_main(args);
#endif #endif
ReInitSystem(); ReInitSystem();