Skip to content

Commit

Permalink
ACCESS: Fix background loading in doEstablish
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 31, 2014
1 parent 36b87d3 commit b39d7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/access/amazon/amazon_game.cpp
Expand Up @@ -257,8 +257,8 @@ void AmazonEngine::doEstablish(int esatabIndex, int sub) {
_screen->clearScreen();
_screen->setPanel(3);

if (esatabIndex != -1) {
_files->loadScreen(95, esatabIndex);
if (sub != -1) {
_files->loadScreen(95, sub);
_buffer2.copyBuffer(_screen);
}

Expand Down

0 comments on commit b39d7df

Please sign in to comment.