aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 655721d2ed..2226cdd63c 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -644,7 +644,7 @@ void SciEngine::initStackBaseWithSelector(Selector selector) {
}
void SciEngine::runGame() {
- setTotalPlayTime(0);
+ setTotalPlayTime(17);
initStackBaseWithSelector(SELECTOR(play)); // Call the play selector