From 7ee49b03305087071284b8629abf816fa7558d49 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 11 Feb 2006 09:33:29 +0000 Subject: Cleanup HE debug msgs svn-id: r20506 --- scumm/sprite_he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sprite_he.cpp') diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index eb47a0a01e..6c9dae3553 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -97,7 +97,7 @@ void Sprite::getSpriteBounds(int spriteId, bool checkGroup, Common::Rect &bound) // spriteInfoGet functions // int Sprite::findSpriteWithClassOf(int x_pos, int y_pos, int spriteGroupId, int type, int num, int *args) { - debug(1, "findSprite: x %d, y %d, spriteGroup %d, type %d, num %d", x_pos, y_pos, spriteGroupId, type, num); + debug(2, "findSprite: x %d, y %d, spriteGroup %d, type %d, num %d", x_pos, y_pos, spriteGroupId, type, num); Common::Point pos[1]; bool cond; int code, classId; -- cgit v1.2.3