diff options
Diffstat (limited to 'src/gui/npcdialog.cpp')
-rw-r--r-- | src/gui/npcdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index 12ea61a6..52c60c74 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -165,7 +165,6 @@ void NpcDialog::action(const gcn::ActionEvent &event) closeDialog(); setVisible(false); current_npc = 0; - NPC::isTalking = false; } else if (mActionState == NPC_ACTION_INPUT) { |