Fix setting

This commit is contained in:
Miloslav Ciz 2025-03-10 21:05:40 +01:00
parent 34704a934a
commit c4bd226d8f
5 changed files with 8 additions and 5 deletions

View file

@ -171,9 +171,9 @@
#define LCR_SETTING_MUSIC 1
#endif
#ifndef LCR_SETTING_ENABLE_RESOURCE_FILE
/** May be used to disable using the user resource file. */
#define LCR_SETTING_ENABLE_RESOURCE_FILE 1
#ifndef LCR_SETTING_ENABLE_DATA_FILE
/** May be used to disable use of the user data file. */
#define LCR_SETTING_ENABLE_DATA_FILE 1
#endif
#ifndef LCR_SETTING_COUNTDOWN_SECONDS