diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.h b/include/ui.h index 38a4932..8d479a4 100644 --- a/include/ui.h +++ b/include/ui.h @@ -102,6 +102,7 @@ namespace ui { extern bool dialogBoxExists; extern unsigned char dialogOptChosen; extern bool dialogImportant; + extern bool dialogPassive; extern unsigned int textWrapLimit; |