aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/surface_fader_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/surface_fader_base.cpp')
-rw-r--r--engines/titanic/star_control/surface_fader_base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/star_control/surface_fader_base.cpp b/engines/titanic/star_control/surface_fader_base.cpp
index dfd7c4ab1d..fb17fb1f31 100644
--- a/engines/titanic/star_control/surface_fader_base.cpp
+++ b/engines/titanic/star_control/surface_fader_base.cpp
@@ -70,7 +70,7 @@ CVideoSurface *CSurfaceFaderBase::fade(CScreenManager *screenManager, CVideoSurf
srcSurface->unlock();
_videoSurface->unlock();
-
+
++_index;
return _videoSurface;
}