aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-02-23 02:07:56 +0000
committerEugene Sandulenko2004-02-23 02:07:56 +0000
commitf8781408956e8e29a34a9bddd558c3c2b6592b6f (patch)
tree3544686c5c7d0e1a3ed779bd428912b736ed6e22 /scumm/scumm.h
parent02eab2641dda74f8c327c535291949c52dea9192 (diff)
downloadscummvm-rg350-f8781408956e8e29a34a9bddd558c3c2b6592b6f.tar.gz
scummvm-rg350-f8781408956e8e29a34a9bddd558c3c2b6592b6f.tar.bz2
scummvm-rg350-f8781408956e8e29a34a9bddd558c3c2b6592b6f.zip
o Add GID_FBEARPACK, previously for target fbpack GID_FBEAR was used, but there
were fbear-specific modifications which didn't apply to it. Hence another GID. o seekFile and tellFile are enabled svn-id: r13001
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index e64c033a0c..6c239d07bb 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -227,7 +227,8 @@ enum ScummGameId {
GID_PUTTMOON,
GID_FBEAR,
GID_PJSDEMO,
- GID_MONKEY_SEGA
+ GID_MONKEY_SEGA,
+ GID_FBEARPACK
};
#define _baseRooms res.address[rtRoom]