Skip to content

Commit

Permalink
XEEN: Fix closing Awards dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 13, 2018
1 parent 0ea2321 commit 7e9d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/xeen/dialogs/dialogs_awards.cpp
Expand Up @@ -113,7 +113,7 @@ void Awards::execute(const Character *ch) {
}

// Close the window
if (win29Open) {
if (!win29Open) {
windows[30].close();
windows[29].close();
}
Expand Down

0 comments on commit 7e9d250

Please sign in to comment.