Start replays
This commit is contained in:
parent
c259e35348
commit
a0ab837aec
3 changed files with 31 additions and 1 deletions
|
@ -193,4 +193,10 @@
|
|||
#define LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL 16
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_REPLAY_MAX_SIZE
|
||||
/** Says the maximum size of a replay (in replay events). The value 0 will
|
||||
turn replays off completely. */
|
||||
#define LCR_SETTING_REPLAY_MAX_SIZE 256
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue