aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp
index bc4e7d5042..c6df9942a7 100644
--- a/engines/sherlock/tattoo/tattoo.cpp
+++ b/engines/sherlock/tattoo/tattoo.cpp
@@ -37,10 +37,10 @@ TattooEngine::TattooEngine(OSystem *syst, const SherlockGameDescription *gameDes
_runningProlog = false;
_fastMode = false;
_allowFastMode = true;
+ _transparentMenus = true;
}
TattooEngine::~TattooEngine() {
- WidgetBase::freeInterfaceImages();
}
void TattooEngine::showOpening() {
@@ -53,9 +53,6 @@ void TattooEngine::initialize() {
// Initialize the base engine
SherlockEngine::initialize();
- // Further initialization
- WidgetBase::setInterfaceImages(new ImageFile("intrface.vgs"));
-
// Initialise the global flags
_flags.resize(3200);
_flags[1] = _flags[4] = _flags[76] = true;