From f5c899aae6aa8b9f5b1254d80dac12546ace8d02 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 20 Feb 2020 15:05:59 +0200 Subject: [PATCH] DIRECTOR: Improved debug output --- engines/director/score.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/director/score.cpp b/engines/director/score.cpp index ab5585e7973..9a17267bae4 100644 --- a/engines/director/score.cpp +++ b/engines/director/score.cpp @@ -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); }