Revert "fix issue #351 - summoned critters while Hallu"

This reverts commit e430669f50.
It accidentally included my local config.h settings.
This commit is contained in:
PatR
2020-05-30 22:35:35 -07:00
parent e430669f50
commit 54bea16f0e
4 changed files with 27 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 do_name.c $NHDT-Date: 1590902650 2020/05/31 05:24:10 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.179 $ */
/* NetHack 3.6 do_name.c $NHDT-Date: 1586940208 2020/04/15 08:43:28 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.178 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Pasi Kallinen, 2018. */
/* NetHack may be freely redistributed. See license for details. */
@@ -22,6 +22,7 @@ static boolean FDECL(alreadynamed, (struct monst *, char *, char *));
static void FDECL(do_oname, (struct obj *));
static char *FDECL(docall_xname, (struct obj *));
static void NDECL(namefloorobj);
static char *FDECL(bogusmon, (char *,char *));
extern const char what_is_an_unknown_object[]; /* from pager.c */
@@ -2058,7 +2059,7 @@ boolean ckloc;
}
/* fake monsters used to be in a hard-coded array, now in a data file */
char *
static char *
bogusmon(buf, code)
char *buf, *code;
{