aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.cpp
diff options
context:
space:
mode:
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);
}
}