aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-06-16 08:49:43 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-06-16 08:49:43 -0400
commit18377e3c0efe9359c341c0c330f6de1697afb788 (patch)
tree3ee15915820fa10832dfb17a0cf63382b476de58 /src/ui.cpp
parent1b49be1c9c8e8887564dbb0aa69519bc538d81e7 (diff)
Changes
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 8f234df..392cb13 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1093,7 +1093,7 @@ namespace ui {
drawNiceBox(vec2 {x, y}, vec2 {x + SCREEN_WIDTH - HLINES(16), y - SCREEN_HEIGHT / 4}, -7.0);
rtext = typeOut(dialogBoxText);
- putString(x + game::HLINE, y - fontSize - game::HLINE, rtext);
+ putString(x + (2*game::HLINE), y - fontSize - game::HLINE, rtext);
for(i=0;i<dialogOptText.size();i++) {
setFontColor(255,255,255);