diff options
-rw-r--r-- | engines/teenagent/teenagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/teenagent.cpp b/engines/teenagent/teenagent.cpp index a6f1474024..551acd5343 100644 --- a/engines/teenagent/teenagent.cpp +++ b/engines/teenagent/teenagent.cpp @@ -221,6 +221,7 @@ Common::Error TeenAgentEngine::loadGameState(int slot) { scene->loadObjectData(); scene->init(id, Common::Point(x, y)); scene->setPalette(4); + scene->intro = false; return Common::kNoError; } |