comment typo for "transient"

This commit is contained in:
PatR
2019-06-20 10:59:48 -07:00
parent 72afb0d4f6
commit 05958e9b3a

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 monst.h $NHDT-Date: 1559994623 2019/06/08 11:50:23 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.32 $ */ /* NetHack 3.6 monst.h $NHDT-Date: 1561053561 2019/06/20 17:59:21 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.33 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2016. */ /*-Copyright (c) Robert Patrick Rankin, 2016. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -98,8 +98,8 @@ struct monst {
Bitfield(mcan, 1); /* has been cancelled */ Bitfield(mcan, 1); /* has been cancelled */
Bitfield(mburied, 1); /* has been buried */ Bitfield(mburied, 1); /* has been buried */
#define mtemplit mburied /* since buried isn't implemented, use bit for #define mtemplit mburied /* since buried isn't implemented, use bit for
* monsters shown by transcient light source; * monsters shown by transient light source;
* only valid during bhit() execution */ * only valid during bhit() execution */
Bitfield(mundetected, 1); /* not seen in present hiding place; Bitfield(mundetected, 1); /* not seen in present hiding place;
* implies one of M1_CONCEAL or M1_HIDE, * implies one of M1_CONCEAL or M1_HIDE,
* but not mimic (that is, snake, spider, * but not mimic (that is, snake, spider,