diff options
author | Torbjörn Andersson | 2004-01-20 13:28:49 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-01-20 13:28:49 +0000 |
commit | 61c37c97c7ea95e6d4c3c0e837d649b7754789e2 (patch) | |
tree | 9230d3b4f9fa02617e577d6b83b198bb9220f2a5 /sword1 | |
parent | bd34655abb894f37b467aae0fd6b29d360bfdedf (diff) | |
download | scummvm-rg350-61c37c97c7ea95e6d4c3c0e837d649b7754789e2.tar.gz scummvm-rg350-61c37c97c7ea95e6d4c3c0e837d649b7754789e2.tar.bz2 scummvm-rg350-61c37c97c7ea95e6d4c3c0e837d649b7754789e2.zip |
Changed printf() to warning()
svn-id: r12538
Diffstat (limited to 'sword1')
-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 |