summaryrefslogtreecommitdiff
path: root/src/object1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-23 10:46:40 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:09:35 +0100
commit8b9a7c687a215f38fbcec0e5ea75d00493c3fea6 (patch)
tree4a1dd0e976b4514cfbf93dbb7bd6a1514eadec77 /src/object1.cc
parent19b1a6f409dcc25b922c2a917155bfd8a66cf599 (diff)
Fix signature of object_flavor
Diffstat (limited to 'src/object1.cc')
-rw-r--r--src/object1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object1.cc b/src/object1.cc
index fccea302..4dc266f5 100644
--- a/src/object1.cc
+++ b/src/object1.cc
@@ -280,7 +280,7 @@ static byte scroll_col[MAX_TITLES];
* Certain items have a flavor
* This function is used only by "flavor_init()"
*/
-static bool_ object_flavor(int k_idx)
+static byte object_flavor(int k_idx)
{
object_kind *k_ptr = &k_info[k_idx];