Closed kungtotte closed 8 years ago
All over the code there are tons of flags that are set to 1 or 0 to act as flags. For clarity these should all be converted to booleans (use true/false instead of 1/0).
That makes sense
All over the code there are tons of flags that are set to 1 or 0 to act as flags. For clarity these should all be converted to booleans (use true/false instead of 1/0).