build fix

I used the wrong diff to update the files I checked in a little
while ago.
This commit is contained in:
nethack.rankin
2002-10-11 01:31:16 +00:00
parent 2c3964e619
commit b81e3158e5

View 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 ***/