Skip to content

Commit

Permalink
Hopefully fixed the map dialogue option box.
Browse files Browse the repository at this point in the history
This one wasn't updated leading it to be able to change the selection
only once.
  • Loading branch information
Yohann Ferreira committed Sep 20, 2012
1 parent 7ccc6e7 commit 1bb74f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modes/map/map_dialogue.cpp
Expand Up @@ -430,6 +430,7 @@ void DialogueSupervisor::_UpdateLine() {
}

void DialogueSupervisor::_UpdateOptions() {
_dialogue_window.GetDisplayOptionBox().Update();
if (InputManager->ConfirmPress()) {
_dialogue_window.GetDisplayOptionBox().InputConfirm();
_EndLine();
Expand Down

0 comments on commit 1bb74f1

Please sign in to comment.