Leave small_header color cycle resource disabled for now, since it needs additioal support.

svn-id: r9887
This commit is contained in:
Travis Howell 2003-08-28 06:38:03 +00:00
parent f7ce39763e
commit 6071e79dce

View File

@ -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)