aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-02-11 09:33:29 +0000
committerTravis Howell2006-02-11 09:33:29 +0000
commit7ee49b03305087071284b8629abf816fa7558d49 (patch)
treed8def2c556c7482389f9224ef190d566c3dbbb61 /scumm/sprite_he.cpp
parent0aa701d75971e0461dbd8cfa8c2397c0c3ab1b4a (diff)
downloadscummvm-rg350-7ee49b03305087071284b8629abf816fa7558d49.tar.gz
scummvm-rg350-7ee49b03305087071284b8629abf816fa7558d49.tar.bz2
scummvm-rg350-7ee49b03305087071284b8629abf816fa7558d49.zip
Cleanup HE debug msgs
svn-id: r20506
Diffstat (limited to 'scumm/sprite_he.cpp')
-rw-r--r--scumm/sprite_he.cpp2
1 files changed, 1 insertions, 1 deletions
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;