Add setting
This commit is contained in:
parent
ca0fc67738
commit
314f27c097
9 changed files with 76 additions and 79 deletions
4
assets.h
4
assets.h
|
@ -61,6 +61,7 @@ static const char *LCR_texts[] =
|
|||
// TODO: define string for CLI arguments for frontends?
|
||||
|
||||
static const char *LCR_internalDataFile =
|
||||
#if !LCR_SETTING_ONLY_SMALL_MAPS
|
||||
// MAP 1:
|
||||
"MLC1;4321 0 "
|
||||
":*C2mL:!x6G:+L2H:+D38" // start, finish, CPs
|
||||
|
@ -357,6 +358,8 @@ static const char *LCR_internalDataFile =
|
|||
":=c2q3 :f513" // ice
|
||||
":;g082L :f151 :;g0e2J :f151 :-g58 :f117 :~g493- :~g4d3-" // gate
|
||||
|
||||
#endif // !LCR_SETTING_ONLY_SMALL_MAPS
|
||||
|
||||
/* tiny maps, max:
|
||||
- 400 character string
|
||||
- 512 (0x200) blocks
|
||||
|
@ -475,7 +478,6 @@ static const char *LCR_internalDataFile =
|
|||
// fans:
|
||||
":Vm1xI:Vm1z"
|
||||
":-w0q1:-y0q1"
|
||||
|
||||
"#" // for user data file
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue