issues
search
jonm
/
SillyMUD
SillyMUD, a derivative of DikuMud
Other
8
stars
5
forks
source link
Fix warnings
#100
Closed
lolindrath
closed
4 years ago
lolindrath
commented
5 years ago
src/board.c - was checking for a null pointer when it was a value
src/spec_procs2.c - was hard coding 4 classes when it should be using MAX_CLASS
src/spell_parser.c/.h - static array of structs using a value of 250 in a signed byte - changed to ubyte
Fixed multiple new GCC warnings including string format empty, truncations, case statement fall throughs, etc.