From 60ca9f74ac8dfbfcee4bdae3ffbce039fce42854 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Aug 2013 01:19:23 +0300 Subject: FULLPIPE: Fix bug with lost picture palettes --- engines/fullpipe/gameloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/gameloader.cpp') diff --git a/engines/fullpipe/gameloader.cpp b/engines/fullpipe/gameloader.cpp index 7d1d938f74..205a84ee41 100644 --- a/engines/fullpipe/gameloader.cpp +++ b/engines/fullpipe/gameloader.cpp @@ -260,7 +260,7 @@ void CGameLoader::applyPicAniInfos(Scene *sc, PicAniInfo **picAniInfo, int picAn StaticANIObject *ani; for (int i = 0; i < picAniInfoCount; i++) { - debug(0, "PicAniInfo: id: %d type: %d", picAniInfo[i]->objectId, picAniInfo[i]->type); + debug(7, "PicAniInfo: id: %d type: %d", picAniInfo[i]->objectId, picAniInfo[i]->type); if (picAniInfo[i]->type & 2) { pict = sc->getPictureObjectById(picAniInfo[i]->objectId, picAniInfo[i]->field_8); if (pict) { -- cgit v1.2.3