sashakoshka / m4kc

Minecraft 4k: decompiled, translated to C using SDL for graphics and input, and improved upon
78 stars 8 forks source link

Some tiny changes here and there #14

Closed Tempetas closed 2 years ago

Tempetas commented 2 years ago

May or may not be helpful

sashakoshka commented 2 years ago

Accepting, but I'm going to remove the mathematical comparisons done on number keys and replace them with separate struct members, like the other keys. The reason for this is that in the future this game may have editable keybinds, and having every key be a struct member of inputs will make this easier to implement.