satoshinm / NetCraft

Web-based fork of fogleman/Craft ⛺
https://satoshinm.github.io/NetCraft/
MIT License
57 stars 13 forks source link

Boolification #109

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

To help prevent errors like https://github.com/satoshinm/NetCraft/pull/101#issuecomment-299767829, it may be a good idea to switch from int and 1 or 0 where possible to bool using #include <stdbool.h> with true and false.