aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-04-25 03:37:56 +0000
committerJames Brown2002-04-25 03:37:56 +0000
commit2334c4778b6d1e58a419116cc1a35bf3037cf902 (patch)
treec15f7fa953afa5dd2a212953a5752b860fd02758 /scumm.h
parentfb5e38d45451f0bbeb556434804fcb5bf70dfea3 (diff)
downloadscummvm-rg350-2334c4778b6d1e58a419116cc1a35bf3037cf902.tar.gz
scummvm-rg350-2334c4778b6d1e58a419116cc1a35bf3037cf902.tar.bz2
scummvm-rg350-2334c4778b6d1e58a419116cc1a35bf3037cf902.zip
Apply patch to add 'monkeyvga' target for MI1 Floppy.
svn-id: r4076
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm.h b/scumm.h
index 8b146c238d..8392225f40 100644
--- a/scumm.h
+++ b/scumm.h
@@ -506,9 +506,9 @@ enum GameId {
GID_LOOM = 10,
GID_FT = 11,
GID_DIG = 12,
-
+ GID_MONKEY_VGA = 13,
/* Simon the Sorcerer */
- GID_SIMON_FIRST = 13,
+ GID_SIMON_FIRST = 14,
GID_SIMON_LAST = GID_SIMON_FIRST+3,
};