oops
authorMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 17:29:05 +0000 (17:29 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 17:29:05 +0000 (17:29 +0000)
SVN-Revision: 3392

src/sprite/sprite.cpp

index 3ab4554..82d0d7c 100644 (file)
@@ -120,7 +120,7 @@ Sprite::draw_part(DrawingContext& context, const Vector& source,
 #ifndef DEBUG
     // in optimized mode we get some small rounding errors in floating point
     // number sometimes...
-    log_warning << "frame out of range: " << frameidx << "/" << get_frames() << " at sprite: " << get_name() << "/" << get_action_name() << std::endl;
+    log_warning << "frame out of range: " << frameidx << "/" << get_frames() << " at sprite: " << get_name() << "/" << get_action() << std::endl;
 #endif
     frameidx = get_frames() - 1;
   }