adjusted time unit modifier to 35

This commit is contained in:
David Skoland 2017-02-07 18:50:51 +01:00
parent c7b25b7fae
commit 85e3938fc6

View File

@ -104,7 +104,7 @@ private:
QTimer *sfx_delay_timer; QTimer *sfx_delay_timer;
//every time point in char.inis times this equals the final time //every time point in char.inis times this equals the final time
const int time_mod = 60; const int time_mod = 35;
static const int chatmessage_size = 15; static const int chatmessage_size = 15;
QString m_chatmessage[chatmessage_size]; QString m_chatmessage[chatmessage_size];