summaryrefslogtreecommitdiff
path: root/src/spells3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells3.c')
-rw-r--r--src/spells3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells3.c b/src/spells3.c
index e7dabb83..b8632bf9 100644
--- a/src/spells3.c
+++ b/src/spells3.c
@@ -174,7 +174,7 @@ bool_ *NO_CAST = NULL;
bool_ CAST_VAL = 0xca; /* Any value will do */
bool_ *CAST = &CAST_VAL;
-static s32b get_level_s(int sp, int max)
+s32b get_level_s(int sp, int max)
{
return get_level(sp, max, 1);
}