diff options
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; } |