Mercurial > hg > early-roguelike
comparison arogue5/things.c @ 306:057c5114e244
Super-Rogue: fix some out-of-range constants.
Constants K_ARROW etc., for causes of death other than monsters, are in
the 240-255 range. They were often passed to functions taking char,
which is usually signed, making the values out of range.
The function declarations have been changed to unsigned char, which is
also the type used by the scoreboard code.
author | John "Elwin" Edwards |
---|---|
date | Sat, 17 Apr 2021 15:41:12 -0400 |
parents | 56e748983fa8 |
children |
comparison
equal
deleted
inserted
replaced
305:3900f3cfe07d | 306:057c5114e244 |
---|