summaryrefslogtreecommitdiff
path: root/src/spells4.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-04-14 06:39:21 +0200
committerBardur Arantsson <bardur@scientician.net>2015-04-14 06:39:21 +0200
commit9dc0b42341f8c7ffbf28c5c7386a19919cde5d47 (patch)
tree040626a71bc64a6b5322e1d7261a63fa9e038a63 /src/spells4.hpp
parente8345c7da1e3b62dec011798a03d25c2f23f9d60 (diff)
Rename "pval" parameter to "spell_idx" for clarity
Diffstat (limited to 'src/spells4.hpp')
-rw-r--r--src/spells4.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spells4.hpp b/src/spells4.hpp
index 7a8c8985..2042ee54 100644
--- a/src/spells4.hpp
+++ b/src/spells4.hpp
@@ -35,8 +35,8 @@ school_book *school_books_at(int sval);
void school_book_add_spell(school_book *school_book, s32b spell_idx);
void random_book_setup(s16b sval, s32b spell_idx);
int print_spell(cptr label, byte color, int y, s32b s);
-int print_book(s16b sval, s32b pval, object_type *obj);
+int print_book(s16b sval, s32b spell_idx, object_type *obj);
int school_book_length(int sval);
-int spell_x(int sval, int pval, int i);
+int spell_x(int sval, int spell_idx, int i);
bool_ school_book_contains_spell(int sval, s32b spell_idx);
void lua_cast_school_spell(s32b spell_idx, bool_ no_cost);