summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index 1806e6b0..bffc4a2c 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -28,8 +28,8 @@ extern bool_ detect_traps(int rad);
extern bool_ detect_doors(int rad);
extern bool_ detect_stairs(int rad);
extern bool_ detect_treasure(int rad);
-extern bool_ detect_objects_gold(int rad);
-extern bool_ detect_objects_normal(int rad);
+extern bool detect_objects_gold(int rad);
+extern bool detect_objects_normal(int rad);
extern bool_ detect_monsters_normal(int rad);
extern bool_ detect_monsters_invis(int rad);
extern bool_ detect_monsters_xxx(u32b match_flag, int rad);