mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
Leave small_header color cycle resource disabled for now, since it needs additioal support.
svn-id: r9887
This commit is contained in:
parent
f7ce39763e
commit
6071e79dce
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user