]> granicus.if.org Git - nethack/commitdiff
build fix
authornethack.rankin <nethack.rankin>
Fri, 11 Oct 2002 01:31:16 +0000 (01:31 +0000)
committernethack.rankin <nethack.rankin>
Fri, 11 Oct 2002 01:31:16 +0000 (01:31 +0000)
     I used the wrong diff to update the files I checked in a little
while ago.

src/steed.c

index c97d821757b5f3f05e9fdf4070a9b780ddec1019..83a46bc07e452487690e8889d308cbec2b56782d 100644 (file)
@@ -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 ***/