diff options
| author | Travis Howell | 2003-08-28 01:10:36 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-08-28 01:10:36 +0000 |
| commit | cde3b3dc6d914b8a2eb0b1df4f807fc97144a4e8 (patch) | |
| tree | c628d6f15509276cb7f1db1ed963442abb1f131d | |
| parent | 4424687bb7fec71652403ac7f4ec4a5867de0155 (diff) | |
| download | scummvm-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
| -rw-r--r-- | scumm/resource.cpp | 2 |
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); } |
