DIRECTOR: Improved debug output

This commit is contained in:
Eugene Sandulenko 2020-02-20 15:05:59 +02:00
parent e4d05b5323
commit f5c899aae6

View File

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