Don't attempt sound in maniacnes

svn-id: r9740
This commit is contained in:
Travis Howell 2003-08-17 16:23:44 +00:00
parent 41ca88939c
commit 9b7773f4a2

View File

@ -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;