aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/video/rlf_decoder.cpp
diff options
context:
space:
mode:
authorSven Hesse2015-01-18 20:32:55 +0100
committerSven Hesse2015-01-18 20:35:51 +0100
commit3f66f28624812910834600d8a2cecb084dedea9f (patch)
tree7d38f98b9bf8d04e4e8bac6b20b6c9d3b5f5ed88 /engines/zvision/video/rlf_decoder.cpp
parent7c23eae1027d242c9169b791d99d5f22e3159816 (diff)
downloadscummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.gz
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.bz2
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.zip
ZVISION: Remove trailing whitespace
Diffstat (limited to 'engines/zvision/video/rlf_decoder.cpp')
-rw-r--r--engines/zvision/video/rlf_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/video/rlf_decoder.cpp b/engines/zvision/video/rlf_decoder.cpp
index db598a25b6..040582bcf8 100644
--- a/engines/zvision/video/rlf_decoder.cpp
+++ b/engines/zvision/video/rlf_decoder.cpp
@@ -197,7 +197,7 @@ bool RLFDecoder::RLFVideoTrack::seek(const Audio::Timestamp &time) {
const Graphics::Surface *RLFDecoder::RLFVideoTrack::decodeNextFrame() {
if (_displayedFrame >= (int)_frameCount)
return NULL;
-
+
_displayedFrame++;
applyFrameToCurrent(_displayedFrame);