From 353aeb59ea088d78c5464bcb49f8d0af030673e6 Mon Sep 17 00:00:00 2001 From: luojunhui <3178965737@qq.com> Date: Thu, 28 Dec 2023 10:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NetHack-NetHack-3.7/src/track.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetHack-NetHack-3.7/src/track.c b/src/NetHack-NetHack-3.7/src/track.c index c96899c..7239019 100644 --- a/src/NetHack-NetHack-3.7/src/track.c +++ b/src/NetHack-NetHack-3.7/src/track.c @@ -31,7 +31,7 @@ settrack(void)/* This function adds a coordinate to the tracking system by updat } coord * -gettrack(coordxy x, coordxy y)/* This function retrieves a coordinate from the tracking system based on the given x and y coordinates. It returns a pointer to the coord structure if a match is found; otherwise, it returns NULL. */ +gettrack(coordxy x, coordxy y)/* This function retrieves coordinate from the tracking system based on the given x and y coordinates. It returns a pointer to the coord structure if a match is found; otherwise, it returns NULL. */ { register int cnt, ndist;