Fix build error from bad merge

redefinition of objection_mod
This commit is contained in:
oldmud0 2020-07-29 18:31:15 -05:00 committed by GitHub
parent 3afdad90c8
commit 6844f72ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1864,7 +1864,6 @@ void Courtroom::handle_chatmessage(QStringList *p_contents)
append_ic_text(m_chatmessage[MESSAGE], f_showname, "", m_chatmessage[TEXT_COLOR].toInt()); append_ic_text(m_chatmessage[MESSAGE], f_showname, "", m_chatmessage[TEXT_COLOR].toInt());
int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();
QString f_char = m_chatmessage[CHAR_NAME]; QString f_char = m_chatmessage[CHAR_NAME];
QString f_custom_theme = ao_app->get_char_shouts(f_char); QString f_custom_theme = ao_app->get_char_shouts(f_char);