Add popups
This commit is contained in:
parent
6c38c2068f
commit
f44204ce26
3 changed files with 80 additions and 41 deletions
|
@ -178,7 +178,7 @@
|
|||
|
||||
#ifndef LCR_SETTING_COUNTDOWN_SECONDS
|
||||
/** Run start countdown length in seconds. */
|
||||
#define LCR_SETTING_COUNTDOWN_SECONDS 1 // for release make 3
|
||||
#define LCR_SETTING_COUNTDOWN_SECONDS 3 // for release make 3
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL
|
||||
|
@ -228,4 +228,9 @@
|
|||
#define LCR_SETTING_CRASH_SOUNDS 1
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_POPUP_DURATION
|
||||
/** Duration of popup messages in milliseconds. */
|
||||
#define LCR_SETTING_POPUP_DURATION 2500
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue