lint removal -- nothing of import
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user