diff options
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 5806c69c..25d71669 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1141,6 +1141,12 @@ void Courtroom::handle_chatmessage_2() int emote_mod = m_chatmessage[EMOTE_MOD].toInt(); + if (ao_app->flipping_enabled && m_chatmessage[FLIP].toInt() == 1) + ui_vp_player_char->set_flipped(true); + else + ui_vp_player_char->set_flipped(false); + + switch (emote_mod) { case 1: case 2: case 6: |
