diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-07 18:50:51 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-07 18:50:51 +0100 |
| commit | 85e3938fc6af5d5ca969e47fa0f1a3f0f6305084 (patch) | |
| tree | c47707ab8041d7d1432d140439ca05d66b18377c | |
| parent | c7b25b7faef392246212bf0e05ff2bd043a6b0d4 (diff) | |
adjusted time unit modifier to 35
| -rw-r--r-- | courtroom.h | 2 |
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]; |
