aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 3a5173c8..b275b1fc 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -1222,6 +1222,7 @@ void Courtroom::handle_chatmessage_3()
break;
default:
qDebug() << "W: invalid anim_state: " << f_anim_state;
+ // fall through
case 3:
ui_vp_player_char->play_idle(f_char, f_emote);
anim_state = 3;
@@ -1988,6 +1989,7 @@ void Courtroom::set_text_color()
break;
default:
qDebug() << "W: undefined text color: " << m_chatmessage[TEXT_COLOR];
+ // fall through
case WHITE:
ui_vp_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);"
"color: white");