aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-08-19 09:19:18 +0200
committerCerapter <cerap@protonmail.com>2018-08-19 09:19:18 +0200
commitc316e81e0c28a5f62e55f4a727f0ca152ab9874b (patch)
treedd6171f04937415b3246ce19a749e5fe3df9a565 /courtroom.h
parent7de64bd0c085216e7c88e15860d4e34cd79e6586 (diff)
Reset the default background to `default`.
Reimplementation of `bed0b55e70f13adf772584fc0d31ebfe59597115` from old origin.
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 3cb3c10a..8dfa54ad 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -299,7 +299,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;