diff options
Diffstat (limited to 'src/spells3.cc')
-rw-r--r-- | src/spells3.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells3.cc b/src/spells3.cc index e4f3bfcd..19f45d54 100644 --- a/src/spells3.cc +++ b/src/spells3.cc @@ -172,7 +172,7 @@ s32b VARDA_CALL_ALMAREN; s32b VARDA_EVENSTAR; s32b VARDA_STARKINDLER; -s32b get_level_s(int sp, int max) +static s32b get_level_s(int sp, int max) { return get_level(sp, max, 1); } |