Fix an assortment of compiler warnings.
A few potential bugs were removed in the process. Much code cleanup remains to be done.
This commit is contained in:
parent
de95b19cee
commit
7d459d7d36
47 changed files with 608 additions and 591 deletions
|
|
@ -1143,8 +1143,8 @@ get_hurl(struct thing *tp)
|
|||
if (off(*tp, ISCHARMED) && oil)
|
||||
return(oil);
|
||||
|
||||
if (off(*tp, ISCHARMED) && grenade)
|
||||
return(grenade);
|
||||
if (off(*tp, ISCHARMED) && grenade)
|
||||
return(grenade);
|
||||
|
||||
if (footbow && fbbolt)
|
||||
return(fbbolt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue