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)
|
if (sblessed)
|
||||||
do_class_genocide();
|
do_class_genocide();
|
||||||
else
|
else
|
||||||
do_genocide(!scursed | (2 * !!Confusion));
|
do_genocide((!scursed) | (2 * !!Confusion));
|
||||||
break;
|
break;
|
||||||
case SCR_LIGHT:
|
case SCR_LIGHT:
|
||||||
if (!confused || rn2(5)) {
|
if (!confused || rn2(5)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user