Reduce child_count in node structure to 8 bits

This commit is contained in:
ridiculousfish 2013-10-09 03:45:58 -07:00
parent 7b86b2e05a
commit e763345f25

View file

@ -176,7 +176,7 @@ public:
/* Children */
node_offset_t child_start;
node_offset_t child_count;
uint8_t child_count;
/* Which production was used */
uint8_t production_idx;