Silence yet another warning
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user