mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
reset intro flag after savegame loading
svn-id: r48128
This commit is contained in:
parent
0057e63f25
commit
b90088e476
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user