From 9b7773f4a2df1a08b1e8aaf926210353e98ff2df Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 17 Aug 2003 16:23:44 +0000 Subject: Don't attempt sound in maniacnes svn-id: r9740 --- scumm/resource_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index 431deb0708..eed764c0d7 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -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; -- cgit v1.2.3