From 20768da80e4475531b3487c51c900265c9cc333e Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Fri, 4 Aug 2006 18:31:21 +0000 Subject: Fix enum being treated as string. --- src/animatedsprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index cc8399a4..d1201042 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -249,7 +249,7 @@ AnimatedSprite::play(SpriteAction action, int time) if (i == mActions.end()) { - logger->log("Warning: no action \"%s\" defined!", action); + logger->log("Warning: no action \"%u\" defined!", action); mAction = NULL; return; } -- cgit v1.2.3-70-g09d2