mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- fix -nofmv disabling sound
This commit is contained in:
parent
e575541624
commit
af4c4dbe05
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user