diff options
author | Eugene Sandulenko | 2016-05-04 12:05:52 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-04 12:05:52 +0200 |
commit | 6f731eb143c1588f864f0854a6b216dff4b43376 (patch) | |
tree | 632ab2edd831a6374062df7afd43c479fd419d02 /engines/scumm/he | |
parent | 38cd94f448babfde0da1275a2f013b6300f89324 (diff) | |
download | scummvm-rg350-6f731eb143c1588f864f0854a6b216dff4b43376.tar.gz scummvm-rg350-6f731eb143c1588f864f0854a6b216dff4b43376.tar.bz2 scummvm-rg350-6f731eb143c1588f864f0854a6b216dff4b43376.zip |
SCUMM HE: Hid debug output deeper
Diffstat (limited to 'engines/scumm/he')
-rw-r--r-- | engines/scumm/he/sprite_he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/sprite_he.cpp b/engines/scumm/he/sprite_he.cpp index ecae4841e2..4ca034f18c 100644 --- a/engines/scumm/he/sprite_he.cpp +++ b/engines/scumm/he/sprite_he.cpp @@ -746,7 +746,7 @@ void Sprite::setSpriteField84(int spriteId, int value) { } void Sprite::setSpriteGeneralProperty(int spriteId, int type, int value) { - debug(0, "setSpriteGeneralProperty: spriteId %d type 0x%x", spriteId, type); + debug(4, "setSpriteGeneralProperty: spriteId %d type 0x%x", spriteId, type); assertRange(1, spriteId, _varNumSprites, "sprite"); int32 delay; |