mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Don't attempt sound in maniacnes
svn-id: r9740
This commit is contained in:
parent
41ca88939c
commit
9b7773f4a2
@ -32,7 +32,7 @@ void Scumm_v2::readClassicIndexFile() {
|
||||
|
||||
if (_gameId == GID_MANIAC) {
|
||||
//FIXME the music driver was previously been set before detection of classic/enchanced version.
|
||||
if (!(_features & GF_AMIGA))
|
||||
if (!(_features & GF_AMIGA) && !(_features & GF_NES))
|
||||
_playerV2 = new Player_V1(this);
|
||||
|
||||
_numGlobalObjects = 800;
|
||||
|
Loading…
Reference in New Issue
Block a user