wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

Ignore out of bounds clicks #404

Closed grantramsay closed 5 years ago

grantramsay commented 5 years ago

Fix for #379 Also fix bounds checks in array2d.h ("<=" -> "<")

wheybags commented 5 years ago

Cool, thanks!