From f7ec6aff4a7312586e986c891f370c442a6ae093 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 8 Sep 2017 08:41:53 -0400 Subject: brought back click-to-complete dialog --- src/ui.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ui.cpp b/src/ui.cpp index 78baa68..e8fd78a 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -877,6 +877,11 @@ std::string UISystem::getDialogResult(void) void UISystem::advanceDialog(void) { + if (!typeOutDone) { + typeOutDone = true; + return; + } + dialogText.clear(); importantText.clear(); -- cgit v1.2.3