added comi and dig demo

svn-id: r11324
This commit is contained in:
Paweł Kołodziejski 2003-11-17 19:07:45 +00:00
parent 8272b46b12
commit 25414d0f2d
2 changed files with 6 additions and 1 deletions

View File

@ -191,7 +191,8 @@ enum ScummGameId {
GID_PJSDEMO,
GID_MONKEY_SEGA,
GID_FTDEMO,
GID_CMIDEMO
GID_CMIDEMO,
GID_DIGDEMO
};
#define _maxRooms res.num[rtRoom]

View File

@ -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... */