diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/npc_text.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/npc_text.cpp b/src/gui/npc_text.cpp index f4754ef7..1750cbd4 100644 --- a/src/gui/npc_text.cpp +++ b/src/gui/npc_text.cpp @@ -102,6 +102,7 @@ void NpcTextDialog::action(const gcn::ActionEvent &event) } else if (mState == NPC_TEXT_STATE_CLOSE || (mState == NPC_TEXT_STATE_NEXT && !current_npc)) { setText(""); + if (current_npc) current_npc->nextDialog(); setVisible(false); if (current_npc) current_npc->handleDeath(); } else return; |