moggers87 / apricots

Everyone's favourite plane game!
GNU General Public License v2.0
13 stars 3 forks source link

Use enums for members that clearly should have been so from the beginning #51

Closed moggers87 closed 11 months ago

moggers87 commented 11 months ago

The compiler can catch more mistakes and the code is easier to read

Also we already have -Wswitch-enum enabled