aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index ec78507..c14b4ff 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -117,6 +117,7 @@ namespace ui {
free(buf);
}
void dialogBox(const char *text){
+ //while(dialogBoxExists);
dialogBoxExists=true;
dialogBoxText=text;
}