Silence yet another warning

This commit is contained in:
Pasi Kallinen
2018-03-31 07:47:41 +03:00
parent c058826995
commit fa89d84fa3

View File

@@ -1435,7 +1435,7 @@ struct obj *sobj; /* scroll, or fake spellbook object for scroll-like spell */
if (sblessed)
do_class_genocide();
else
do_genocide(!scursed | (2 * !!Confusion));
do_genocide((!scursed) | (2 * !!Confusion));
break;
case SCR_LIGHT:
if (!confused || rn2(5)) {