diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -877,6 +877,11 @@ std::string UISystem::getDialogResult(void) void UISystem::advanceDialog(void) { + if (!typeOutDone) { + typeOutDone = true; + return; + } + dialogText.clear(); importantText.clear(); |