lint removal -- nothing of import

This commit is contained in:
jwalz
2003-08-29 17:23:19 +00:00
parent 2d294c47f8
commit 2ea07652d8
6 changed files with 6 additions and 6 deletions

View File

@@ -2105,7 +2105,8 @@ set_trap()
You("finish arming %s.",
the(defsyms[trap_to_defsym(what_trap(ttyp))].explanation));
if (((otmp->cursed || Fumbling) && (rnl(10) > 5)) || trapinfo.force_bungle)
dotrap(ttmp, trapinfo.force_bungle ? FORCEBUNGLE : 0);
dotrap(ttmp,
(unsigned)(trapinfo.force_bungle ? FORCEBUNGLE : 0));
} else {
/* this shouldn't happen */
Your("trap setting attempt fails.");