diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 15:40:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 15:40:48 -0400 |
commit | 7fbac4fc005baed6bc94d342cf7df2c8ad7a359a (patch) | |
tree | 73ade25a5e339ba82f6c2011e74af501b192bf04 /src/ui.cpp | |
parent | c669b83b4f273df6f6ed824b997a77267fd0186f (diff) |
fixed structure drawing
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ namespace ui { free(buf); } void dialogBox(const char *text){ + //while(dialogBoxExists); dialogBoxExists=true; dialogBoxText=text; } |