aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-21 14:44:32 -0400
committerPaul Gilbert2015-06-21 14:44:32 -0400
commit0a8630ab46567e137358807208158d080be556e6 (patch)
treec82d84fd1c581803491f8a8cc27990bf02a9bc7e /engines/sherlock/tattoo/tattoo.cpp
parentbeb74228be303e00b072440d0f514e5ef060433e (diff)
downloadscummvm-rg350-0a8630ab46567e137358807208158d080be556e6.tar.gz
scummvm-rg350-0a8630ab46567e137358807208158d080be556e6.tar.bz2
scummvm-rg350-0a8630ab46567e137358807208158d080be556e6.zip
SHERLOCK: RT: Implemented drawJournalControls
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;