From 0a8630ab46567e137358807208158d080be556e6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 14:44:32 -0400 Subject: SHERLOCK: RT: Implemented drawJournalControls --- engines/sherlock/tattoo/tattoo.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/sherlock/tattoo/tattoo.cpp') 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; -- cgit v1.2.3