radian-software/TerrariaClone

Who stole the comments?

Opened this issue · 0 comments

Even though the code is pretty much self explanatory, in line 4337 you cleverly wrote

            if (blocks[layer][uy][ux] >= 8 && blocks[layer][uy][ux] <= 14 || blocks[layer][uy][ux] == 17 || blocks[layer][uy][ux] == 23 || blocks[layer][uy][ux] >= 80 && blocks[layer][uy][ux] <= 82) {

For amateur coders you might consider adding back(?) the helpful comment, which must have been deleted during refactoring.