aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/animation.cpp')
-rw-r--r--engines/sherlock/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/animation.cpp b/engines/sherlock/animation.cpp
index bc0e337039..a069abef6f 100644
--- a/engines/sherlock/animation.cpp
+++ b/engines/sherlock/animation.cpp
@@ -150,7 +150,7 @@ bool Animation::play3DO(const Common::String &filename, int minDelay, int fade,
Common::File *indexStream = new Common::File();
if (!indexStream->open(indexName)) {
- warning("unable to open %s\n", indexName);
+ warning("unable to open %s\n", indexName.c_str());
return false;
}