aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscatterflower <2956568+scatterflower@users.noreply.github.com>2020-08-16 12:35:41 -0500
committerGitHub <noreply@github.com>2020-08-16 12:35:41 -0500
commit5c6dad88ce4d189152b5a52936f08b37b12ce0f1 (patch)
treef3c3d5b64608780b1a8abcdcdb416de453790261 /include
parent507180d164e2b96653522f81d737f9ef3d7b9483 (diff)
parenta31693323cbebc74fe2657df6dce07943e1bfdb2 (diff)
Merge branch '2.8' into ic_fixes
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 6132ed9c..a4bacc22 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();
@@ -460,6 +459,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;