We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1176bb5 commit 5978392Copy full SHA for 5978392
1 file changed
src/courtroom.cpp
@@ -2738,7 +2738,7 @@ bool Courtroom::handle_objection()
2738
objection_player->findAndPlayCharacterShout("custom", m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
2739
}
2740
break;
2741
- m_chatmessage[EMOTE_MOD] = QChar(PREANIM);
+ m_chatmessage[EMOTE_MOD] = QChar((int)PREANIM);
2742
2743
ui_vp_objection->loadAndPlayAnimation(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
2744
sfx_player->stopAll(); // Objection played! Cut all sfx.
0 commit comments