aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2009-05-15 04:35:47 +0000
committerPaul Gilbert2009-05-15 04:35:47 +0000
commitbb45be960d1762a480ec3523d97955754c7ce9f2 (patch)
treed00ec17373c22e123cfe9686bcbd988db9727212 /engines/cruise/actor.cpp
parent03f5ad5cbbabc93fa0eda4366da5d77da0545014 (diff)
downloadscummvm-rg350-bb45be960d1762a480ec3523d97955754c7ce9f2.tar.gz
scummvm-rg350-bb45be960d1762a480ec3523d97955754c7ce9f2.tar.bz2
scummvm-rg350-bb45be960d1762a480ec3523d97955754c7ce9f2.zip
Converted various printf statements to use debug, warning, and error.
svn-id: r40588
Diffstat (limited to 'engines/cruise/actor.cpp')
-rw-r--r--engines/cruise/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/actor.cpp b/engines/cruise/actor.cpp
index 2ee8d5309a..4d68773fec 100644
--- a/engines/cruise/actor.cpp
+++ b/engines/cruise/actor.cpp
@@ -937,7 +937,7 @@ void processAnimation(void) {
break;
}
default: {
- printf("Unimplemented currentActor->phase=%d in processAnimation()\n", currentActor->phase);
+ warning("Unimplemented currentActor->phase=%d in processAnimation()", currentActor->phase);
// exit(1);
}
}