Disable unused Scumm version (8) in PalmOS port.
svn-id: r10704
This commit is contained in:
parent
3f06651bab
commit
bbb308c8cb
1 changed files with 2 additions and 0 deletions
|
@ -2687,9 +2687,11 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
|
|||
case 7:
|
||||
engine = new ScummEngine_v7(detector, syst);
|
||||
break;
|
||||
#ifndef __PALM_OS__
|
||||
case 8:
|
||||
engine = new ScummEngine_v8(detector, syst);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
error("Engine_SCUMM_create(): Unknown version of game engine");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue