summaryrefslogtreecommitdiff
path: root/src/object2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commit1c77168443ac81aea3438a0a437beda8907eae47 (patch)
tree2efb19e0215a05eee58043698f5218e16a8dfa26 /src/object2.cc
parentb098345c0e9d3044dc8ad1c238eb29d805062db2 (diff)
Add missing "static" to is_state_aux/kind_is_theme
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object2.cc b/src/object2.cc
index 6b56d6dd..496b542d 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -4435,7 +4435,7 @@ static bool_ theme_changed(obj_theme theme)
/*
* Maga-Hack -- match certain types of object only.
*/
-bool_ kind_is_theme(int k_idx)
+static bool kind_is_theme(int k_idx)
{
object_kind *k_ptr = &k_info[k_idx];