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
|
||||
|
||||
if (gNoFMV == 1)
|
||||
return;
|
||||
|
||||
if (gNoFMV == 0)
|
||||
FMV_main(args);
|
||||
|
||||
#endif
|
||||
ReInitSystem();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user