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.cpp2
1 files changed, 1 insertions, 1 deletions
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