diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-30 21:34:43 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-30 21:34:43 -0500 |
commit | cc2a768ff19e9fc83661a51d4cb4fef9b354ff30 (patch) | |
tree | 36a29f6c442c9e1386d00348b3db93fd12ab4979 /src/ui.cpp | |
parent | 1024fe8305e5b0a7bb1f660a1cee077172d84534 (diff) |
quest work
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |