From bac534438515153bef88445a5c23b595bd4f0767 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 16 Aug 2015 15:06:14 -0400 Subject: SHERLOCK: RT: Don't allow saving the game during the intro --- engines/sherlock/tattoo/tattoo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo.cpp') diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp index 66bba311f2..bfb35565bc 100644 --- a/engines/sherlock/tattoo/tattoo.cpp +++ b/engines/sherlock/tattoo/tattoo.cpp @@ -201,7 +201,7 @@ void TattooEngine::saveConfig() { bool TattooEngine::canSaveGameStateCurrently() { TattooUserInterface &ui = *(TattooUserInterface *)_ui; - return _canLoadSave && !ui._creditsWidget.active(); + return _canLoadSave && !ui._creditsWidget.active() && !_runningProlog; } } // End of namespace Tattoo -- cgit v1.2.3