From: nethack.rankin Date: Fri, 11 Oct 2002 01:31:16 +0000 (+0000) Subject: build fix X-Git-Tag: MOVE2GIT~2379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b81e3158e5c91e93213e3a9c2c3e2d2bc09409df;p=nethack build fix I used the wrong diff to update the files I checked in a little while ago. --- diff --git a/src/steed.c b/src/steed.c index c97d82175..83a46bc07 100644 --- a/src/steed.c +++ b/src/steed.c @@ -18,7 +18,7 @@ STATIC_DCL boolean FDECL(landing_spot, (coord *, int)); void rider_cant_reach() { - You("aren't skilled enough to reach from %s.", y_monnam()); + You("aren't skilled enough to reach from %s.", y_monnam(u.usteed)); } /*** Putting the saddle on ***/