From d95e6adbdd7203061eea6fac73e35e272823928b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 3 Feb 2023 17:12:23 +0200 Subject: [PATCH] Fix extern def --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index 62feb5e48..05b5eaea3 100644 --- a/include/extern.h +++ b/include/extern.h @@ -546,7 +546,7 @@ extern const char *pmname(struct permonst *, int); #endif extern const char *mon_pmname(struct monst *); extern const char *obj_pmname(struct obj *); -boolean mapxy_valid(coordxy x, coordxy y); +extern boolean mapxy_valid(coordxy, coordxy); /* ### do_wear.c ### */