some spelling and inconsistency corrections; comments and elsewhere
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
as unique even though they really aren't; that's ok here */
|
||||
#define unique_corpstat(ptr) (((ptr)->geno & G_UNIQ) != 0)
|
||||
|
||||
/* this returns the light's range, or 0 if none; if we add more light emitting
|
||||
/* this returns the light's range, or 0 if none; if we add more light-emitting
|
||||
monsters, we'll likely have to add a new light range field to mons[] */
|
||||
#define emits_light(ptr) \
|
||||
(((ptr)->mlet == S_LIGHT || (ptr) == &mons[PM_FLAMING_SPHERE] \
|
||||
|
||||
Reference in New Issue
Block a user