optimize block changes struct

This commit is contained in:
p2r3
2025-08-19 17:42:45 +03:00
parent 20f9856b47
commit 293ed517ea
3 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ extern uint32_t rng_seed;
typedef struct {
short x;
short y;
uint8_t y;
short z;
uint8_t block;
} BlockChange;