bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
698 stars 88 forks source link

prevent overflow on keyactionlist, fixing crash on startup. #823

Closed devnexen closed 10 months ago

bradharding commented 10 months ago

Nice find David, thank you! Although now looking at it, and I may be wrong, but I think the better thing to do is to maybe to just double NUMKEYS (the size of keyactionlist[]) to 512. Do you agree?

devnexen commented 10 months ago

I did not know if you wanted to keep it at 256 for some backward compatibility reason :)