From d8a119d8b2c65ac362b40f6ad33122ba8be76edc 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 6ad578d8..74d8a4aa 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -206,6 +206,7 @@ void NpcDialog::action(const gcn::ActionEvent &event) if (mActionState == NPC_ACTION_NEXT) { nextDialog(); + addText(std::string(), false); } else if (mActionState == NPC_ACTION_CLOSE) { -- cgit v1.2.3-70-g09d2