aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-01 17:55:45 +0000
committerTorbjörn Andersson2005-05-01 17:55:45 +0000
commit42ae68ff371c85944d80fc6e789890319d0f5881 (patch)
treec18486b59319182ac680d3894090df5bf77e9b33
parentbbe41f0d3e1ecd8f7aef8dd3d7bad47638984ace (diff)
downloadscummvm-rg350-42ae68ff371c85944d80fc6e789890319d0f5881.tar.gz
scummvm-rg350-42ae68ff371c85944d80fc6e789890319d0f5881.tar.bz2
scummvm-rg350-42ae68ff371c85944d80fc6e789890319d0f5881.zip
Whitespace
svn-id: r17891
-rw-r--r--sword1/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index 7dcf01e70a..35d6a090cc 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.cpp
@@ -134,7 +134,7 @@ void MoviePlayer::play(uint32 id) {
}
bool initOK = anim->init(_sequenceList[id], stream);
- uint32 frameCount = 0;
+ uint32 frameCount = 0;
if (initOK) {
while (anim->decodeFrame()) {
processFrame(id, anim, frameCount);