Add frontend helper
This commit is contained in:
parent
765c742f08
commit
716a3dda38
7 changed files with 105 additions and 173 deletions
|
@ -195,9 +195,9 @@
|
|||
#define LCR_SETTING_ENABLE_DATA_FILE 1
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_COUNTDOWN_SECONDS
|
||||
/** Run start countdown length in seconds. */
|
||||
#define LCR_SETTING_COUNTDOWN_SECONDS 3 //1 // for release make 3
|
||||
#ifndef LCR_SETTING_COUNTDOWN_MS
|
||||
/** Run start countdown length in milliseconds. */
|
||||
#define LCR_SETTING_COUNTDOWN_MS 2850
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue