diff options
author | Travis Howell | 2003-08-28 06:38:03 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-28 06:38:03 +0000 |
commit | 6071e79dcecee386426b216db75fa0de38be85a0 (patch) | |
tree | a88271cca0ad5291dd08e16b525bc6205380d31f /scumm | |
parent | f7ce39763e36af527d85683b47ff18ea2e534174 (diff) | |
download | scummvm-rg350-6071e79dcecee386426b216db75fa0de38be85a0.tar.gz scummvm-rg350-6071e79dcecee386426b216db75fa0de38be85a0.tar.bz2 scummvm-rg350-6071e79dcecee386426b216db75fa0de38be85a0.zip |
Leave small_header color cycle resource disabled for now, since it needs additioal support.
svn-id: r9887
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scummvm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index a7c9d510bd..3aee60b760 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -2238,6 +2238,9 @@ void Scumm::initRoomSubBlocks() { // Color cycling if (_features & GF_OLD_BUNDLE) ptr = 0; // TODO / FIXME ??? + else if (_features & GF_SMALL_HEADER) + //TODO loomcd/monkeyega use difference color cycle resource format. + ptr = 0; else ptr = findResourceData(MKID('CYCL'), roomptr); if (ptr) |