trap followup
Make the flags argument to dotrap() and mintrap() and the constants passed to them all have consistent type: unsigned int.
This commit is contained in:
@@ -1392,7 +1392,7 @@ dospinweb(void)
|
||||
case ANTI_MAGIC:
|
||||
case POLY_TRAP:
|
||||
You("have triggered a trap!");
|
||||
dotrap(ttmp, 0);
|
||||
dotrap(ttmp, NO_TRAP_FLAGS);
|
||||
return ECMD_TIME;
|
||||
default:
|
||||
impossible("Webbing over trap type %d?", ttmp->ttyp);
|
||||
|
||||
Reference in New Issue
Block a user