neuromancer / avp

Aliens vs Predator Linux enhanced with cutscene support and new screen resolutions
Other
42 stars 7 forks source link

Fix an off-by-one error in key config menu #5

Closed jetomit closed 4 years ago

jetomit commented 4 years ago

When checking for user input in the keyboard config menu, a read past the end of the DebouncedKeyboardInput array returned a nonzero value on some systems, which prevented setting a valid binding. This fixes #1.

neuromancer commented 4 years ago

Hi @jetomit ,

Thanks a lot for your contribution. Unfortunately, this repository is not actively maintained, but I will merge your fixes anyway. If you want to follow the development of this engine, please take a look to this issue.

jetomit commented 4 years ago

I knew about https://github.com/dreamer/avp-forever but figured this is the primary repo due to open issues. I’ll send any further patches there. Thanks!