aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/graphics.cpp')
-rw-r--r--engines/drascula/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/graphics.cpp b/engines/drascula/graphics.cpp
index 74b9e131e3..719438d6fe 100644
--- a/engines/drascula/graphics.cpp
+++ b/engines/drascula/graphics.cpp
@@ -546,7 +546,7 @@ int DrasculaEngine::playFrameSSN() {
mixVideo(screenBuffer, screenSurface);
else
memcpy(screenBuffer, screenSurface, 64000);
-
+
_system->unlockScreen();
_system->updateScreen();
FrameSSN++;