aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-09 08:30:10 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-09 08:30:10 -0500
commit0f6da32aa634cf4a89dbd205d8b0dd68d401aaec (patch)
tree37aa748a5be2908c73bbb12ac5c5d3a5ac661b6d /include
parent1d3ba18c99850996f0ba85d99e269270d42056bf (diff)
parent4e3ceb550b26e3b7810b4493943db98918d7bef1 (diff)
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include')
-rw-r--r--include/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h
index a5a2ec0..97e4bbf 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -27,7 +27,7 @@ namespace ui {
extern unsigned int fontSize;
extern bool dialogBoxExists;
extern unsigned char dialogOptChosen;
- extern bool edown;
+ extern bool dialogImportant;
/*
* Initializes the FreeType system.