diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/composer/scripting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/composer/scripting.cpp b/engines/composer/scripting.cpp index 83b6336889..1989919233 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.cpp @@ -160,7 +160,7 @@ void ComposerEngine::setArg(uint16 arg, uint16 type, uint16 val) { void ComposerEngine::runScript(uint16 id) { if (!hasResource(ID_SCRP, id)) { - warning("ignoring attempt to run script %d, because it doesn't exist", id); + debug(1, "ignoring attempt to run script %d, because it doesn't exist", id); return; } |