diff options
Diffstat (limited to 'src/courtroom.h')
| -rw-r--r-- | src/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.h b/src/courtroom.h index 095d0ea..6114c35 100644 --- a/src/courtroom.h +++ b/src/courtroom.h @@ -175,7 +175,7 @@ public: // updates character to p_cid and updates necessary ui elements // Optional "char_name" is the iniswap we're using - void update_character(int p_cid, QString char_name = QString(), bool reset_emote = false); + void update_character(int p_cid, QString char_name = QString(), bool reset_emote = false, bool reset_pos = true); // properly sets up some varibles: resets user state void enter_courtroom(); |
