Skip to content

Commit

Permalink
SCUMM HE: Added debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed May 7, 2016
1 parent 6b62f91 commit f86daf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/scumm/he/script_v100he.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit f86daf6

Please sign in to comment.