mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-25 21:31:09 +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
583734861e
commit
c466422095
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ OPLMUSSong::OPLMUSSong(MusicIO::FileInterface* reader, OPLConfig* config)
|
||||||
delete Music;
|
delete Music;
|
||||||
throw std::runtime_error(error);
|
throw std::runtime_error(error);
|
||||||
}
|
}
|
||||||
|
current_opl_core = config->core;
|
||||||
}
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue