Fix setting
This commit is contained in:
parent
34704a934a
commit
c4bd226d8f
5 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue