mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-04 03:07:07 -04:00
oops
This commit is contained in:
parent
350fcdae1e
commit
3cf0c04831
@ -360,7 +360,7 @@ static void OutputChunkPartsMeta(int x, int y, int z, struct ChunkInfo* info) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Builder_MakeChunk(struct ChunkInfo* info) {
|
void Builder_MakeChunk(struct ChunkInfo* info) {
|
||||||
#ifdef CC_BUILD_MAXSTACK <= (32 * 1024)
|
#if CC_BUILD_MAXSTACK <= (32 * 1024)
|
||||||
BlockID* chunk = (cc_uint8*)temp_mem;
|
BlockID* chunk = (cc_uint8*)temp_mem;
|
||||||
cc_uint8* counts = (cc_uint8*)temp_mem + EXTCHUNK_SIZE_3;
|
cc_uint8* counts = (cc_uint8*)temp_mem + EXTCHUNK_SIZE_3;
|
||||||
#else
|
#else
|
||||||
|
@ -585,7 +585,7 @@ typedef cc_uint8 cc_bool;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CC_BUILD_MAXSTACK
|
#ifndef CC_BUILD_MAXSTACK
|
||||||
#define CC_BUILD_MAXSTACK (128 * 1024)
|
#define CC_BUILD_MAXSTACK (256 * 1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EXTENDED_BLOCKS
|
#ifdef EXTENDED_BLOCKS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user