aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-08-28 01:10:36 +0000
committerTravis Howell2003-08-28 01:10:36 +0000
commitcde3b3dc6d914b8a2eb0b1df4f807fc97144a4e8 (patch)
treec628d6f15509276cb7f1db1ed963442abb1f131d /scumm
parent4424687bb7fec71652403ac7f4ec4a5867de0155 (diff)
downloadscummvm-rg350-cde3b3dc6d914b8a2eb0b1df4f807fc97144a4e8.tar.gz
scummvm-rg350-cde3b3dc6d914b8a2eb0b1df4f807fc97144a4e8.tar.bz2
scummvm-rg350-cde3b3dc6d914b8a2eb0b1df4f807fc97144a4e8.zip
Load older Color Cycling resource.
Still need to work out resource differences svn-id: r9883
Diffstat (limited to 'scumm')
-rw-r--r--scumm/resource.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index f6929c109e..79ef9c0088 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2186,6 +2186,8 @@ uint16 newTag2Old(uint32 oldTag) {
return (0x4150); // PA
case (MKID('BOXD')):
return (0x5842); // BX
+ case (MKID('CYCL')):
+ return (0x4343); // CC
default:
return (0);
}