yet another compiler warning
This commit is contained in:
@@ -2637,7 +2637,7 @@ struct obj *obj; /* wand or spell */
|
||||
case SPE_STONE_TO_FLESH:
|
||||
if (Is_airlevel(&u.uz) || Is_waterlevel(&u.uz) ||
|
||||
Underwater || (Is_qstart(&u.uz) && u.dz < 0)) {
|
||||
pline(nothing_happens);
|
||||
pline("%s", nothing_happens);
|
||||
} else if (u.dz < 0) { /* we should do more... */
|
||||
pline("Blood drips on your %s.", body_part(FACE));
|
||||
} else if (u.dz > 0 && !OBJ_AT(u.ux, u.uy)) {
|
||||
|
||||
Reference in New Issue
Block a user