summaryrefslogtreecommitdiff
path: root/src/q_library.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 18:38:09 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 18:38:09 +0100
commit97c42872e9da98a7aa4a1d5fe70bfc1e8adfa68c (patch)
tree74ca3b6b0cff3443650ca3e82fb010390a00e147 /src/q_library.cc
parent92344ee3f306ecdfd1da4365ffc5cab6eaa29afd (diff)
Split school_book_type out of types.h
- Rename to school_book - Remove pointless spell_idx_list indirection
Diffstat (limited to 'src/q_library.cc')
-rw-r--r--src/q_library.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_library.cc b/src/q_library.cc
index f8f7fb29..8cbadbfe 100644
--- a/src/q_library.cc
+++ b/src/q_library.cc
@@ -156,7 +156,7 @@ static void quest_library_finalize_book()
int i = 0;
for (i = 1; i <= 3; i++)
{
- school_book_type *school_book = school_books_at(BOOK_PLAYER);
+ school_book *school_book = school_books_at(BOOK_PLAYER);
school_book_add_spell(school_book, library_quest_book_get_slot(i));
}
}