Made the shake button useful.

Apparently nobody tested it before.
This commit is contained in:
cents02 2020-03-27 21:11:33 +02:00 committed by GitHub
parent ede1236b70
commit 558fa55be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2414,6 +2414,10 @@ void Courtroom::start_chat_ticking()
this->doRealization();
misc_sfx_player->play(ao_app->get_custom_realization(m_chatmessage[CHAR_NAME]));
}
if (m_chatmessage[SCREENSHAKE] == "1")
{
this->doScreenShake();
}
ui_vp_message->clear();
set_text_color();
rainbow_counter = 0;