Remove a "bool Padding" in the Turtle struct that wasn't referenced by the code. I assume this was added so that an array of Turtle would be word-aligned for performance, but compilers do this anyway and having an explicit field for padding only risks making the structure larger than needed.