look_here() arguments

Add LOOKHERE_NOFLAGS to use instead of 0 for look_here()'s 2nd arg.
Fix the call to look_here() that passed FALSE.
This commit is contained in:
PatR
2022-08-10 18:02:57 -07:00
parent 8a549b0a60
commit 3dac38eb0f
3 changed files with 6 additions and 5 deletions

View File

@@ -128,8 +128,9 @@ enum cost_alteration_types {
#define CXN_NOCORPSE 16 /* suppress " corpse" suffix */
/* flags for look_here() */
#define LOOKHERE_PICKED_SOME 1
#define LOOKHERE_SKIP_DFEATURE 2
#define LOOKHERE_NOFLAGS 0U
#define LOOKHERE_PICKED_SOME 1U
#define LOOKHERE_SKIP_DFEATURE 2U
/* getpos() return values */
enum getpos_retval {