Clean a bit

This commit is contained in:
Miloslav Ciz 2025-01-08 21:28:01 +01:00
parent ac95a4f0b6
commit 614741f6e8
6 changed files with 36 additions and 40 deletions

View file

@ -187,4 +187,10 @@
#define LCR_SETTING_COUNTDOWN_SECONDS 1 // for release make 3
#endif
#ifndef LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL
/** Interval in rendering frames of reloading map chunks, should ideally be
kept a power of two, can't be 0. */
#define LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL 16
#endif
#endif // guard