mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
added comi and dig demo
svn-id: r11324
This commit is contained in:
parent
8272b46b12
commit
25414d0f2d
@ -191,7 +191,8 @@ enum ScummGameId {
|
||||
GID_PJSDEMO,
|
||||
GID_MONKEY_SEGA,
|
||||
GID_FTDEMO,
|
||||
GID_CMIDEMO
|
||||
GID_CMIDEMO,
|
||||
GID_DIGDEMO
|
||||
};
|
||||
|
||||
#define _maxRooms res.num[rtRoom]
|
||||
|
@ -193,11 +193,15 @@ static const ScummGameSettings scumm_settings[] = {
|
||||
|
||||
{"dig", "The Dig", GID_DIG, 7, MDT_NONE,
|
||||
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
|
||||
{"digdemo", "The Dig", GID_DIGDEMO, 7, MDT_NONE,
|
||||
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
|
||||
|
||||
#ifndef __PALM_OS__ // these are SVGA games not supported under PalmOS
|
||||
/* Scumm Version 8 */
|
||||
{"comi", "The Curse of Monkey Island", GID_CMI, 8, MDT_NONE,
|
||||
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER},
|
||||
{"comidemo", "The Curse of Monkey Island", GID_CMIDEMO, 8, MDT_NONE,
|
||||
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER},
|
||||
|
||||
/* Note that both full versions of Humongous games and demos were often released for
|
||||
* several interpreter versions... */
|
||||
|
Loading…
Reference in New Issue
Block a user