From: nethack.allison Date: Sat, 6 Sep 2003 21:33:31 +0000 (+0000) Subject: missing band X-Git-Tag: MOVE2GIT~1807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89551f2157598e5d71799a03dd19a85642bec05b;p=nethack missing band pointed out that I didn't check in the updated include/extern.h --- diff --git a/include/extern.h b/include/extern.h index 741087c7f..4887d8884 100644 --- a/include/extern.h +++ b/include/extern.h @@ -938,7 +938,7 @@ E void FDECL(mimic_hit_msg, (struct monst *, SHORT_P)); E void FDECL(mkmonmoney, (struct monst *, long)); #endif E void FDECL(bagotricks, (struct obj *)); -E boolean FDECL(propagate, (int, BOOLEAN_P)); +E boolean FDECL(propagate, (int, BOOLEAN_P,BOOLEAN_P)); /* ### mapglyph.c ### */