From 85e3938fc6af5d5ca969e47fa0f1a3f0f6305084 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 7 Feb 2017 18:50:51 +0100 Subject: [PATCH] adjusted time unit modifier to 35 --- courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courtroom.h b/courtroom.h index e4fdce7..0478ae6 100644 --- a/courtroom.h +++ b/courtroom.h @@ -104,7 +104,7 @@ private: QTimer *sfx_delay_timer; //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; QString m_chatmessage[chatmessage_size];