diff options
| author | Crystalwarrior <varsash@gmail.com> | 2020-09-11 22:17:13 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2020-09-11 22:17:13 +0300 |
| commit | 8cc067dee42ede24614f1a7bccef7f8752f56a01 (patch) | |
| tree | 57e9ad13444e8b4f0d30cbcd4a29785af6b432e8 /include | |
| parent | fe5128280c4e86dbc8e6b7af284bebb9c4f570f0 (diff) | |
More accurate/consistent blip rate functionality inspired by https://youtu.be/Min0hkwO43g
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 5b5ff6c1..31ab41c6 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -311,7 +311,7 @@ private: int real_tick_pos = 0; // used to determine how often blips sound int blip_ticker = 0; - int blip_rate = 1; + int blip_rate = 2; int rainbow_counter = 0; bool rainbow_appended = false; bool blank_blip = false; |
