From 252d215fa91d2c9e74d311a643c37c1be04fb5f8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 10 Feb 2026 10:49:57 +0100 Subject: [PATCH] preanim type --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 4f1f869c9..c8d15225b 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -2739,7 +2739,7 @@ bool Courtroom::handle_objection() objection_player->findAndPlayCharacterShout("custom", m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME])); } break; - m_chatmessage[EMOTE_MOD] = QChar(PREANIM); + m_chatmessage[EMOTE_MOD] = QChar((int)PREANIM); } ui_vp_objection->loadAndPlayAnimation(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME])); sfx_player->stopAll(); // Objection played! Cut all sfx.