aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-22 06:16:16 +0000
committerTravis Howell2004-08-22 06:16:16 +0000
commit82b9f1e599b0cd37d81eeda573a5b23bd0d85d9b (patch)
tree0a6ec72f2468188f593464d66c5f5f5e1fe3c710 /scumm/resource.cpp
parent0574c35fa45a856f4176ad72e597311c65b4f677 (diff)
downloadscummvm-rg350-82b9f1e599b0cd37d81eeda573a5b23bd0d85d9b.tar.gz
scummvm-rg350-82b9f1e599b0cd37d81eeda573a5b23bd0d85d9b.tar.bz2
scummvm-rg350-82b9f1e599b0cd37d81eeda573a5b23bd0d85d9b.zip
Mac. version of indy3 uses VAR_VIDEOMODE value of 50
Add initial support for loading EGA resource svn-id: r14671
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index babb2f0671..f51e2b4e64 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2601,6 +2601,8 @@ uint16 newTag2Old(uint32 oldTag) {
return (0x5842); // BX
case (MKID('CYCL')):
return (0x4343); // CC
+ case (MKID('EPAL')):
+ return (0x5053); // SP
default:
return (0);
}