aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-02-07 18:50:51 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-02-07 18:50:51 +0100
commit85e3938fc6af5d5ca969e47fa0f1a3f0f6305084 (patch)
treec47707ab8041d7d1432d140439ca05d66b18377c /courtroom.h
parentc7b25b7faef392246212bf0e05ff2bd043a6b0d4 (diff)
adjusted time unit modifier to 35
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h
index e4fdce75..0478ae69 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];