summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtra2.cc')
-rw-r--r--src/xtra2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra2.cc b/src/xtra2.cc
index 7f20b466..019d21c4 100644
--- a/src/xtra2.cc
+++ b/src/xtra2.cc
@@ -3824,7 +3824,7 @@ static void ang_sort(vptr u, vptr v, int n)
* Future versions may restrict the ability to target "trappers"
* and "mimics", but the semantics is a little bit weird.
*/
-bool_ target_able(int m_idx)
+static bool target_able(int m_idx)
{
monster_type *m_ptr = &m_list[m_idx];