From bb45be960d1762a480ec3523d97955754c7ce9f2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 15 May 2009 04:35:47 +0000 Subject: Converted various printf statements to use debug, warning, and error. svn-id: r40588 --- engines/cruise/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/actor.cpp') 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); } } -- cgit v1.2.3