mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 17:11:24 +00:00
- fixed uninitialized variable in OPL song
Mono streams could be erroneously treated as stereo, doubling their playback speed https://forum.zdoom.org/viewtopic.php?t=66939
This commit is contained in:
parent
a9df2427ca
commit
42f732798d
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ OPLMUSSong::OPLMUSSong(MusicIO::FileInterface* reader, OPLConfig* config)
|
|||
delete Music;
|
||||
throw std::runtime_error(error);
|
||||
}
|
||||
current_opl_core = config->core;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue