aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-17 19:07:45 +0000
committerPaweł Kołodziejski2003-11-17 19:07:45 +0000
commit25414d0f2ddf0999dffb68186e2429b2354d2431 (patch)
tree83d4bc81bfe3542ddd923bc3d5215d4b5237d92e /scumm
parent8272b46b12bb6a7dd101a9801b099d210faeef89 (diff)
downloadscummvm-rg350-25414d0f2ddf0999dffb68186e2429b2354d2431.tar.gz
scummvm-rg350-25414d0f2ddf0999dffb68186e2429b2354d2431.tar.bz2
scummvm-rg350-25414d0f2ddf0999dffb68186e2429b2354d2431.zip
added comi and dig demo
svn-id: r11324
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.h3
-rw-r--r--scumm/scummvm.cpp4
2 files changed, 6 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index d0bfd2a938..21440f5cd4 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -191,7 +191,8 @@ enum ScummGameId {
GID_PJSDEMO,
GID_MONKEY_SEGA,
GID_FTDEMO,
- GID_CMIDEMO
+ GID_CMIDEMO,
+ GID_DIGDEMO
};
#define _maxRooms res.num[rtRoom]
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 16aa2b3e50..1e3b2ce712 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -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... */