annotate .hgtags @ 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 e06ebc407615
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
249
9e35b2f9c2ea Added tag rel2016.06 for changeset 182e26224f92
John "Elwin" Edwards
parents:
diff changeset
1 182e26224f92e874cbcf17d96fe2f5cee8bda7d7 rel2016.06
303
e06ebc407615 Added tag rel2021.03 for changeset fa70bba6bb3f
John "Elwin" Edwards
parents: 249
diff changeset
2 fa70bba6bb3f08f41637d5626594c1ac956fa186 rel2021.03