diff options
| author | scatterflower <2956568+scatterflower@users.noreply.github.com> | 2020-08-16 07:26:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 07:26:55 -0500 |
| commit | de6a2ba4ae49bc6551265ec097b46f2ab9565e17 (patch) | |
| tree | e9b27495401a2e700706670fb94b7690870b3518 /include/courtroom.h | |
| parent | 34604742f15c35c96ca618300cc2861d7782f528 (diff) | |
| parent | cd3ddfe16c423fede1164aa95a36b65caab100e4 (diff) | |
Merge pull request #244 from scatterflower/is241
Optimize ARUP
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 182c2a68..f1cb0265 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -109,7 +109,6 @@ public: if (arup_locks.size() > place) arup_locks[place] = value; } - list_areas(); } void character_loading_finished(); @@ -458,6 +457,14 @@ private: QString current_background = "default"; QString current_side = ""; + QBrush free_brush; + QBrush lfp_brush; + QBrush casing_brush; + QBrush recess_brush; + QBrush rp_brush; + QBrush gaming_brush; + QBrush locked_brush; + AOMusicPlayer *music_player; AOSfxPlayer *sfx_player; AOSfxPlayer *objection_player; |
