another try. spell.c

This commit is contained in:
keni
2011-12-29 22:01:25 +00:00
parent 3453ddedbd
commit fde6b47810

View File

@@ -1028,7 +1028,7 @@ boolean atme;
break;
case SPE_JUMPING:
if (!jump(max(role_skill,1)))
pline("%s", nothing_happens);
pline1(nothing_happens);
break;
default:
impossible("Unknown spell %d attempted.", spell);