diff options
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aoapplication.h b/aoapplication.h index 2f06970d..567c06cb 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -62,6 +62,8 @@ public: int music_list_size = 0; int loaded_music = 0; + bool courtroom_loaded = false; + //////////////////versioning/////////////// int get_release() {return RELEASE;} @@ -118,7 +120,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 1; - const int MINOR_VERSION = 4; + const int MINOR_VERSION = 5; QString user_theme = "default"; |
