diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-16 08:49:43 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-16 08:49:43 -0400 |
commit | 18377e3c0efe9359c341c0c330f6de1697afb788 (patch) | |
tree | 3ee15915820fa10832dfb17a0cf63382b476de58 /src/ui.cpp | |
parent | 1b49be1c9c8e8887564dbb0aa69519bc538d81e7 (diff) |
Changes
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |