Fix crash sounds a bit

This commit is contained in:
Miloslav Ciz 2025-01-28 21:28:35 +01:00
parent bf06697917
commit e695921c5c
4 changed files with 36 additions and 11 deletions

View file

@ -225,4 +225,9 @@
#define LCR_SETTING_CAR_RENDER_DISTANCE 25
#endif
#ifndef LCR_SETTING_CRASH_SOUNDS
/** Whether or not to detect crashes and play their sounds. */
#define LCR_SETTING_CRASH_SOUNDS 1
#endif
#endif // guard