summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-28 07:55:57 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-29 21:43:56 +0200
commit77fcd7e02c87167002b8294a47c6cc37a0c960b3 (patch)
tree46d377f3994b514778162060f514d73359a942bb /src/spells.pkg
parentf2b27a7ab74529504da68d418fdcecabd5ee989a (diff)
Lua: Reintroduce the "obvious" flag from casting
This got accidentally removed when moving the spell functions to C.
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index 0abf480c..d7564618 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -848,7 +848,7 @@ extern bool do_inc_stat(int stat);
* Done by a potion of "self knowledge".
* @note (see file spells2.c)
*/
-extern void identify_pack(void);
+extern bool identify_pack(void);
/** @fn remove_curse(void)
* @brief Remove all curses except for heavy curses.