TerrariaClone icon indicating copy to clipboard operation
TerrariaClone copied to clipboard

Who stole the comments?

Open pannous opened this issue 4 years ago • 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.

pannous avatar Aug 01 '19 19:08 pannous