summaryrefslogtreecommitdiff
path: root/src/spells2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.c')
-rw-r--r--src/spells2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spells2.c b/src/spells2.c
index 4adab78a..634c69e0 100644
--- a/src/spells2.c
+++ b/src/spells2.c
@@ -348,7 +348,7 @@ bool_ do_inc_stat(int stat)
* Identify everything being carried.
* Done by a potion of "self knowledge".
*/
-void identify_pack(void)
+bool_ identify_pack(void)
{
int i;
@@ -370,6 +370,7 @@ void identify_pack(void)
p_ptr->notice |= (PN_COMBINE | PN_REORDER);
p_ptr->window |= (PW_INVEN | PW_EQUIP | PW_PLAYER);
+ return TRUE;
}
/*