mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
More monkeyvga credits fix for -epcspk/pcjr
svn-id: r9666
This commit is contained in:
parent
2ad09e7857
commit
d38a028996
@ -333,7 +333,7 @@ Player_V2::Player_V2(Scumm *scumm) {
|
||||
// This simulates the pc speaker sound, which is driven
|
||||
// by the 8253 (square wave generator) and a low-band filter.
|
||||
|
||||
_isV3Game = (scumm->_version == 3);
|
||||
_isV3Game = (scumm->_version >= 3);
|
||||
_system = scumm->_system;
|
||||
_mixer = scumm->_mixer;
|
||||
_sample_rate = _system->property(OSystem::PROP_GET_SAMPLE_RATE, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user