diff options
Diffstat (limited to 'engines/composer/scripting.cpp')
-rw-r--r-- | engines/composer/scripting.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/scripting.cpp b/engines/composer/scripting.cpp index ff5391eceb..5df83e4f8e 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.cpp @@ -660,8 +660,8 @@ int16 ComposerEngine::scriptFuncCall(uint16 id, int16 param1, int16 param2, int1 warning("ignoring kFuncSetBackgroundColor(%d)", param1); return 0; case kFuncClearSprites: - // TODO - warning("ignoring kFuncClearSprites()"); + debug(3, "kFuncClearSprites()"); + removeSprite(0, 0); return 0; case kFuncAddSprite: { |