Create block adding functions
This commit is contained in:
parent
7e8c82fae3
commit
e2d12804d2
6 changed files with 225 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
|||
#ifndef LCR_SETTING_MAP_MAX_SIZE
|
||||
/** Maximum number of blocks a map can consist of, decreasing will save RAM
|
||||
but also rule out loading bigger maps. */
|
||||
#define LCR_SETTING_MAP_MAX_SIZE 256
|
||||
#define LCR_SETTING_MAP_MAX_SIZE 4096
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue