diff options
Diffstat (limited to 'sword1/animation.cpp')
| -rw-r--r-- | sword1/animation.cpp | 2 | 
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); | 
