summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-15 17:30:16 +0200
committerBardur Arantsson <bardur@scientician.net>2013-08-08 16:33:29 +0200
commit62786de50b3a1a4ff6b945b31c54185b409bc85a (patch)
tree1f37e05669ff369be16a99ee6ce8a6f1c4764664 /src/externs.h
parent4e0b087706432e72753829db68265ef369428fe7 (diff)
Show list of Mindcrafter powers automatically on Mindcrafting menu
User is no longer required to press '*' or SPC to show the drop-down list of Mindcrafter powers on the Mindcrafting menu.
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/externs.h b/src/externs.h
index 6ac56f79..a7a0748a 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -2309,7 +2309,6 @@ extern int find_module(cptr name);
/* lua_bind.c */
-extern bool_ get_magic_power(int *sn, magic_power *powers, int max_powers, void (*power_info)(char *p, int power), int plev, int cast_stat);
extern s16b add_new_power(cptr name, cptr desc, cptr gain, cptr lose, byte level, byte cost, byte stat, byte diff);