From e00c16b4a97753b519e79d8f37664d6eb0ca0b52 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 17 Oct 2003 08:26:01 +0000 Subject: Player_V2A now compile with PalmOS port svn-id: r10844 --- scumm/scummvm.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 186122f2e4..4050f144a3 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -666,10 +666,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst) // Init iMuse if (_features & GF_DIGI_IMUSE) { _musicEngine = _imuseDigital = new IMuseDigital(this); -#ifndef __PALM_OS__ } else if ((_features & GF_AMIGA) && (_version == 2)) { _musicEngine = new Player_V2A(this); -#endif } else if ((_features & GF_AMIGA) && (_version == 3)) { _musicEngine = new Player_V3A(this); } else if ((_features & GF_AMIGA) && (_version < 5)) { -- cgit v1.2.3