Player_V2A now compile with PalmOS port

svn-id: r10844
This commit is contained in:
Chris Apers 2003-10-17 08:26:01 +00:00
parent 9033d3dbab
commit e00c16b4a9

View File

@ -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)) {