aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorgameboyprinter <gameboyprinter@users.noreply.github.com>2018-07-05 12:21:32 -0500
committergameboyprinter <gameboyprinter@users.noreply.github.com>2018-07-05 12:21:32 -0500
commitbed0b55e70f13adf772584fc0d31ebfe59597115 (patch)
tree013243728cf4fd21cfb49fea671b9894d19b87f1 /courtroom.h
parente761805cd188337a5d5997dcf3389be9ee4316bd (diff)
Make discord toggleable, OOC name option, default bg fix
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h
index 85554a0e..e4a4f165 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -250,7 +250,7 @@ private:
//whether the ooc chat is server or master chat, true is server
bool server_ooc = true;
- QString current_background = "gs4";
+ QString current_background = "default";
AOMusicPlayer *music_player;
AOSfxPlayer *sfx_player;