diff options
Diffstat (limited to 'src/gui/npc.cpp')
-rw-r--r-- | src/gui/npc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/npc.cpp b/src/gui/npc.cpp index 4049b061..4f0a7943 100644 --- a/src/gui/npc.cpp +++ b/src/gui/npc.cpp @@ -110,7 +110,6 @@ void NpcListDialog::action(const std::string& eventId) setVisible(false); current_npc = 0; reset(); - } } else if (eventId == "cancel") { |