fix statement after break; from case
This commit is contained in:
parent
da002085ab
commit
4ada75a3bd
@ -1919,8 +1919,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents)
|
|||||||
shout_stay_time);
|
shout_stay_time);
|
||||||
objection_player->play("custom", f_char, f_custom_theme);
|
objection_player->play("custom", f_char, f_custom_theme);
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
m_chatmessage[EMOTE_MOD] = 1;
|
m_chatmessage[EMOTE_MOD] = 1;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
sfx_player->clear(); // Objection played! Cut all sfx.
|
sfx_player->clear(); // Objection played! Cut all sfx.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user