Skip to content

Commit

Permalink
ADL: Fix saving inside first-visited rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
waltervn committed Jan 31, 2017
1 parent 0884aee commit a113b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/adl/adl_v4.cpp
Expand Up @@ -139,6 +139,7 @@ void AdlEngine_v4::loadState(Common::ReadStream &stream) {
}

void AdlEngine_v4::saveState(Common::WriteStream &stream) {
getCurRoom().isFirstTime = false;
backupVars();
backupRoomState(_state.room);

Expand Down

0 comments on commit a113b1c

Please sign in to comment.