From 42ae68ff371c85944d80fc6e789890319d0f5881 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 1 May 2005 17:55:45 +0000 Subject: Whitespace svn-id: r17891 --- sword1/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3