Skip to content

Commit 252d215

Browse files
committed
preanim type
1 parent 24a7529 commit 252d215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/courtroom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ bool Courtroom::handle_objection()
27392739
objection_player->findAndPlayCharacterShout("custom", m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
27402740
}
27412741
break;
2742-
m_chatmessage[EMOTE_MOD] = QChar(PREANIM);
2742+
m_chatmessage[EMOTE_MOD] = QChar((int)PREANIM);
27432743
}
27442744
ui_vp_objection->loadAndPlayAnimation(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
27452745
sfx_player->stopAll(); // Objection played! Cut all sfx.

0 commit comments

Comments
 (0)