Skip to content

Commit

Permalink
Merge branch '2.8' into ic_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mposs00 authored Aug 16, 2020
2 parents 507180d + a316933 commit 5c6dad8
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 418 deletions.
9 changes: 8 additions & 1 deletion include/courtroom.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class Courtroom : public QMainWindow {
if (arup_locks.size() > place)
arup_locks[place] = value;
}
list_areas();
}

void character_loading_finished();
Expand Down Expand Up @@ -460,6 +459,14 @@ class Courtroom : public QMainWindow {
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;
Expand Down
Loading

0 comments on commit 5c6dad8

Please sign in to comment.