mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
DIRECTOR: Improved debug output
This commit is contained in:
parent
e4d05b5323
commit
f5c899aae6
@ -130,7 +130,7 @@ void Score::loadArchive() {
|
||||
} else {
|
||||
Common::SeekableSubReadStreamEndian *pal = _movieArchive->getResource(MKTAG('C', 'L', 'U', 'T'), clutList[0]);
|
||||
|
||||
debugC(2, kDebugLoading, "****** Loading Palette CLUT");
|
||||
debugC(2, kDebugLoading, "****** Loading Palette CLUT, #%d", clutList[0]);
|
||||
loadPalette(*pal);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user