Lint cleanup, nothing significant.

There is one more new complaint that might cause problems:
explode.c(545): warning: conversion from long may lose accuracy
This commit is contained in:
jwalz
2003-02-19 03:18:49 +00:00
parent 39e11412b0
commit 6689de0e04
7 changed files with 12 additions and 8 deletions

View File

@@ -711,6 +711,7 @@ int thrown;
shk_your(yourbuf, obj));
useup(obj);
return(TRUE);
/*NOTREACHED*/
break;
#endif
case CORPSE: /* fixed by polder@cs.vu.nl */
@@ -2138,7 +2139,7 @@ uchar aatyp;
break;
case AD_STON:
if (mhit) { /* successful attack */
long protector = attk_protection(aatyp);
long protector = attk_protection((int)aatyp);
/* hero using monsters' AT_MAGC attack is hitting hand to
hand rather than casting a spell */