Add car/ghost render dist

This commit is contained in:
Miloslav Ciz 2025-01-23 11:34:05 +01:00
parent dedd5505ec
commit 9b31556979
4 changed files with 46 additions and 14 deletions

View file

@ -220,4 +220,9 @@
#define LCR_SETTING_GHOST_MAX_SAMPLES 128
#endif
#ifndef LCR_SETTING_CAR_RENDER_DISTANCE
/** Distance in blocks at which player and ghost car will be seen. */
#define LCR_SETTING_CAR_RENDER_DISTANCE 25
#endif
#endif // guard