aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-11-30 21:34:43 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-11-30 21:34:43 -0500
commitcc2a768ff19e9fc83661a51d4cb4fef9b354ff30 (patch)
tree36a29f6c442c9e1386d00348b3db93fd12ab4979 /src/ui.cpp
parent1024fe8305e5b0a7bb1f660a1cee077172d84534 (diff)
quest work
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 1652f10..1994382 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -899,7 +899,7 @@ namespace ui {
if (dialogImportant) {
setFontColor(255,255,255);
if (dialogPassive) {
- dialogPassiveTime -= game::time::getDeltaTime();
+ dialogPassiveTime -= game::time::getDeltaTime() * 12;
if (dialogPassiveTime < 0) {
dialogPassive = false;
dialogImportant = false;