diff options
author | Eugene Sandulenko | 2016-05-07 11:16:20 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-07 11:16:20 +0200 |
commit | f86daf67e38d4d33181899bac97ac01f7461c338 (patch) | |
tree | 879443fe62591a2769ce8f8e379674985a215bb3 /engines | |
parent | 6b62f91437309c5fc725ce8bfb62210d102c3492 (diff) | |
download | scummvm-rg350-f86daf67e38d4d33181899bac97ac01f7461c338.tar.gz scummvm-rg350-f86daf67e38d4d33181899bac97ac01f7461c338.tar.bz2 scummvm-rg350-f86daf67e38d4d33181899bac97ac01f7461c338.zip |
SCUMM HE: Added debug output
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp index e69308c067..7d56138247 100644 --- a/engines/scumm/he/script_v100he.cpp +++ b/engines/scumm/he/script_v100he.cpp @@ -1997,6 +1997,7 @@ void ScummEngine_v100he::o100_setSpriteInfo() { _sprite->setSpriteFlagRemapPalette(spriteId, args[0]); break; default: + warning("Unknown sprite property %d for sprite %d", args[0], spriteId); break; } break; |