aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-21 00:23:01 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-21 00:23:01 +0300
commit2c265ebc0befebaef41c27a851d2ebff76bf0fec (patch)
tree8d0a50e9000d24d062db766b051c1cd083e77de3 /include
parent842b829bee8b840149c0042bb7adfc3bda6eec9d (diff)
Clear the screen and display the background in the correct position when background change func is called
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 465b8ce1..e350db2b 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -161,7 +161,7 @@ public:
void set_pair_list();
//sets desk and bg based on pos in chatmessage
- void set_scene();
+ void set_scene(QString f_desk_mod, QString f_side);
//sets text color based on text color in chatmessage
void set_text_color();