Made the shake button useful.
Apparently nobody tested it before.
This commit is contained in:
parent
ede1236b70
commit
558fa55be8
@ -2414,6 +2414,10 @@ void Courtroom::start_chat_ticking()
|
|||||||
this->doRealization();
|
this->doRealization();
|
||||||
misc_sfx_player->play(ao_app->get_custom_realization(m_chatmessage[CHAR_NAME]));
|
misc_sfx_player->play(ao_app->get_custom_realization(m_chatmessage[CHAR_NAME]));
|
||||||
}
|
}
|
||||||
|
if (m_chatmessage[SCREENSHAKE] == "1")
|
||||||
|
{
|
||||||
|
this->doScreenShake();
|
||||||
|
}
|
||||||
ui_vp_message->clear();
|
ui_vp_message->clear();
|
||||||
set_text_color();
|
set_text_color();
|
||||||
rainbow_counter = 0;
|
rainbow_counter = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user