- 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
if (gNoFMV == 1)
return;
if (gNoFMV == 0)
FMV_main(args);
FMV_main(args);
#endif
ReInitSystem();