Skip to content

Commit

Permalink
ADL: Fix darkness setting in a move too late
Browse files Browse the repository at this point in the history
  • Loading branch information
waltervn committed Mar 9, 2016
1 parent 165e333 commit 1e1a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/adl/adl.cpp
Expand Up @@ -515,9 +515,9 @@ void AdlEngine::showRoom() {
if (!_state.isDark) {
drawPic(curRoom().curPicture);
drawItems();
_display->updateHiResScreen();
}

_display->updateHiResScreen();
printMessage(curRoom().description, false);
}

Expand Down

0 comments on commit 1e1a5d4

Please sign in to comment.