diff options
-rw-r--r-- | sword1/animation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp index e20492ca0d..5c8b8d6ae6 100644 --- a/sword1/animation.cpp +++ b/sword1/animation.cpp @@ -324,7 +324,7 @@ bool AnimationState::decodeFrame() { } else - printf("dropped frame %i\n", framenum); + warning("dropped frame %i", framenum); buildLookup(palnum + 1, lutcalcnum); @@ -343,7 +343,7 @@ bool AnimationState::decodeFrame() { } } else - printf("dropped frame %i\n", framenum); + warning("dropped frame %i", framenum); #endif |