Fix paired character only playing animations once (#603)

This commit is contained in:
Rosemary Witchaven 2021-10-10 17:59:07 -05:00 committed by GitHub
parent 273ae64535
commit 3c3b88f05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2451,6 +2451,7 @@ void Courtroom::display_pair_character(QString other_charid, QString other_offse
// Play the other pair character's idle animation
QString filename = "(a)" + m_chatmessage[OTHER_EMOTE];
ui_vp_sideplayer_char->set_play_once(false);
ui_vp_sideplayer_char->load_image(filename, m_chatmessage[OTHER_NAME],
0, false);
}