aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/flic_decoder.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-21 18:17:51 +0000
committerJohannes Schickel2010-07-21 18:17:51 +0000
commite5e94d45118781902465024fc9a85c7aa0bfd3ce (patch)
treebd33dbdb2c7334bfae212b5fdbf058e8ff4f6883 /graphics/video/flic_decoder.cpp
parentfcc9de35e254d62d58aac0c68b314bb2f7b5b6db (diff)
downloadscummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.tar.gz
scummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.tar.bz2
scummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.zip
Strip trailing whitespaces in our common code base.
svn-id: r51094
Diffstat (limited to 'graphics/video/flic_decoder.cpp')
-rw-r--r--graphics/video/flic_decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/video/flic_decoder.cpp b/graphics/video/flic_decoder.cpp
index bb5b4f219b..b07e369cd8 100644
--- a/graphics/video/flic_decoder.cpp
+++ b/graphics/video/flic_decoder.cpp
@@ -57,7 +57,7 @@ bool FlicDecoder::load(Common::SeekableReadStream &stream) {
return false;
}
-
+
_frameCount = _fileStream->readUint16LE();
uint16 width = _fileStream->readUint16LE();
uint16 height = _fileStream->readUint16LE();
@@ -265,7 +265,7 @@ Surface *FlicDecoder::decodeNextFrame() {
delete[] data;
}
}
-
+
_curFrame++;
if (_curFrame == 0)