aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 479b1051..d2d4107f 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -213,7 +213,8 @@ public:
QString get_current_background() { return current_background; }
// updates character to p_cid and updates necessary ui elements
- void update_character(int p_cid);
+ // Optional "char_name" is the iniswap we're using
+ void update_character(int p_cid, QString char_name = "", bool reset_emote = false);
// properly sets up some varibles: resets user state
void enter_courtroom();