integrate aklys feature introduced in 3.6.1 into display
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1518053385 2018/02/08 01:29:45 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.625 $ */
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1525012590 2018/04/29 14:36:30 $ $NHDT-Branch: master $:$NHDT-Revision: 1.629 $ */
|
||||
/* Copyright (c) Steve Creps, 1988. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -2879,7 +2879,8 @@ E int FDECL(spell_damage_bonus, (int));
|
||||
E const char *FDECL(exclam, (int force));
|
||||
E void FDECL(hit, (const char *, struct monst *, const char *));
|
||||
E void FDECL(miss, (const char *, struct monst *));
|
||||
E struct monst *FDECL(bhit, (int, int, int, int, int (*)(MONST_P, OBJ_P),
|
||||
E struct monst *FDECL(bhit, (int, int, int, enum bhit_call_types,
|
||||
int (*)(MONST_P, OBJ_P),
|
||||
int (*)(OBJ_P, OBJ_P), struct obj **));
|
||||
E struct monst *FDECL(boomhit, (struct obj *, int, int));
|
||||
E int FDECL(zhitm, (struct monst *, int, int, struct obj **));
|
||||
|
||||
Reference in New Issue
Block a user