From be69a8ebacf8c947c721efd608bcf94d69510244 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 29 Jan 2012 19:23:28 +0100 Subject: Keep a single blank line between NPC texts Makes it easier to see what was added during a conversation. Reviewed-by: Yohann Ferreira --- src/gui/npcdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index eadd99c21..3e5b30a9c 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -224,6 +224,7 @@ void NpcDialog::action(const gcn::ActionEvent &event) return; nextDialog(); + addText(std::string(), false); } else if (mActionState == NPC_ACTION_CLOSE || mActionState == NPC_ACTION_WAIT) -- cgit v1.2.3-70-g09d2