Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
STARK: Ensure the game to load in GameScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougaak committed May 21, 2018
1 parent acc9cd4 commit 92a1544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/stark/stark.cpp
Expand Up @@ -303,6 +303,7 @@ Common::Error StarkEngine::loadGameState(int slot) {
_userInterface->skipFMV();
_userInterface->clearLocationDependentState();
_userInterface->setInteractive(true);
_userInterface->changeScreen(Screen::kScreenGame);

// Clear the previous world resources
_resourceProvider->shutdown();
Expand Down

0 comments on commit 92a1544

Please sign in to comment.