From: keni Date: Thu, 29 Dec 2011 22:01:25 +0000 (+0000) Subject: another try. spell.c X-Git-Tag: MOVE2GIT~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde6b47810c88a8273e2c039f47c2b8c0fbd03c2;p=nethack another try. spell.c --- diff --git a/src/spell.c b/src/spell.c index 0de80e9e8..23f136077 100644 --- a/src/spell.c +++ b/src/spell.c @@ -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);