Hexen font character swapping seemed to be off-by-one, as the font size is only 63 characters and index 63 was being accessed. Reduced indices by one.
Fixes a segfault in Hexen controls config menu, page 2.
View differences
Hexen font character swapping seemed to be off-by-one, as the font size is only 63 characters and index 63 was being accessed. Reduced indices by one.
Fixes a segfault in Hexen controls config menu, page 2.