fix one compiler warning (first attempt to probe for cvs email bug)

This commit is contained in:
keni
2011-03-05 20:32:37 +00:00
parent 2ec7b5d2f6
commit db9b434f93
+1 -1
View File
@@ -1028,7 +1028,7 @@ boolean atme;
break; break;
case SPE_JUMPING: case SPE_JUMPING:
if (!jump(max(role_skill,1))) if (!jump(max(role_skill,1)))
pline(nothing_happens); pline("%s", nothing_happens);
break; break;
default: default:
impossible("Unknown spell %d attempted.", spell); impossible("Unknown spell %d attempted.", spell);