aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-06 11:37:00 -0400
committerPaul Gilbert2015-06-06 11:37:00 -0400
commite48d6aecae1c442b9a9f7afd4def8ff04e28dde3 (patch)
tree9cacb55cf99f9ea1a77a55f88e75497477fb7a16 /engines/sherlock/scene.cpp
parentfda0d009ae55705b48d3965fdb9283f4396d7b07 (diff)
downloadscummvm-rg350-e48d6aecae1c442b9a9f7afd4def8ff04e28dde3.tar.gz
scummvm-rg350-e48d6aecae1c442b9a9f7afd4def8ff04e28dde3.tar.bz2
scummvm-rg350-e48d6aecae1c442b9a9f7afd4def8ff04e28dde3.zip
SHERLOCK: Implement setupBGArea
Diffstat (limited to 'engines/sherlock/scene.cpp')
-rw-r--r--engines/sherlock/scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index ec189ee270..35cdacebb1 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -27,6 +27,7 @@
#include "sherlock/screen.h"
#include "sherlock/tattoo/tattoo.h"
#include "sherlock/tattoo/tattoo_scene.h"
+#include "sherlock/tattoo/tattoo_user_interface.h"
namespace Sherlock {
@@ -340,9 +341,8 @@ bool Scene::loadScene(const Common::String &filename) {
screen.initPaletteFade(bgHeader._bytesWritten);
rrmStream->read(screen._cMap, PALETTE_SIZE);
screen.translatePalette(screen._cMap);
- screen.setupBGArea(screen._cMap);
- ui.initScrollVars();
+ paletteLoaded();
// Read in background
if (_lzwMode) {