mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 01:58:14 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -23,7 +23,7 @@ private:
|
||||
// the index for the y axis.
|
||||
// Using this method, the secondary axis will always be horizontal (x or z),
|
||||
// and the tertiary always vertical (y), if possible.
|
||||
static byte axisConversionArray[];
|
||||
static uint8_t axisConversionArray[];
|
||||
|
||||
// Set up the pseudorandom number generator
|
||||
Random *rnd;
|
||||
@@ -49,7 +49,7 @@ private:
|
||||
int **foliageCoords;
|
||||
int foliageCoordsLength;
|
||||
void prepare();
|
||||
void crossection(int x, int y, int z, float radius, byte direction, int material);
|
||||
void crossection(int x, int y, int z, float radius, uint8_t direction, int material);
|
||||
float treeShape(int y);
|
||||
float foliageShape(int y);
|
||||
void foliageCluster(int x, int y, int z);
|
||||
|
||||
Reference in New Issue
Block a user