Skip to content

Commit 5978392

Browse files
committed
preanim type
1 parent 1176bb5 commit 5978392

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
@@ -2738,7 +2738,7 @@ bool Courtroom::handle_objection()
27382738
objection_player->findAndPlayCharacterShout("custom", m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
27392739
}
27402740
break;
2741-
m_chatmessage[EMOTE_MOD] = QChar(PREANIM);
2741+
m_chatmessage[EMOTE_MOD] = QChar((int)PREANIM);
27422742
}
27432743
ui_vp_objection->loadAndPlayAnimation(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
27442744
sfx_player->stopAll(); // Objection played! Cut all sfx.

0 commit comments

Comments
 (0)