From b81e3158e5c91e93213e3a9c2c3e2d2bc09409df Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Fri, 11 Oct 2002 01:31:16 +0000 Subject: [PATCH] build fix I used the wrong diff to update the files I checked in a little while ago. --- src/steed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ***/ -- 2.40.0