Start replays

This commit is contained in:
Miloslav Ciz 2025-01-11 20:11:22 +01:00
parent c259e35348
commit a0ab837aec
3 changed files with 31 additions and 1 deletions

View file

@ -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