aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_screen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-21 20:19:55 -0400
committerPaul Gilbert2016-03-21 20:19:55 -0400
commit8fa5522819229628f9f43e542a90245380f5edf5 (patch)
treeda464a2a615264d9d478c86dedb4d9ad4e3a4d73 /engines/sherlock/tattoo/tattoo_screen.cpp
parentc299b8ce08630d3471336cb8a5715fcffab791f8 (diff)
downloadscummvm-rg350-8fa5522819229628f9f43e542a90245380f5edf5.tar.gz
scummvm-rg350-8fa5522819229628f9f43e542a90245380f5edf5.tar.bz2
scummvm-rg350-8fa5522819229628f9f43e542a90245380f5edf5.zip
SHERLOCK: Fix crashes due to back buffer refactoring
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_screen.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_screen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_screen.cpp b/engines/sherlock/tattoo/tattoo_screen.cpp
index c98ae2679d..159060b19e 100644
--- a/engines/sherlock/tattoo/tattoo_screen.cpp
+++ b/engines/sherlock/tattoo/tattoo_screen.cpp
@@ -30,6 +30,7 @@ namespace Tattoo {
TattooScreen::TattooScreen(SherlockEngine *vm) : Screen(vm) {
_backBuffer1.create(640, 480);
_backBuffer2.create(640, 480);
+ activateBackBuffer1();
}
} // End of namespace Tattoo