summaryrefslogtreecommitdiff
path: root/src/init2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.c')
-rw-r--r--src/init2.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/init2.c b/src/init2.c
index f195c469..0ce8c1a0 100644
--- a/src/init2.c
+++ b/src/init2.c
@@ -1959,10 +1959,7 @@ static errr init_misc(void)
/* Hack -- No messages yet */
message__tail = MESSAGE_BUF;
- /* Prepare schools */
- max_schools = 0;
- schools = NULL;
-
+ /* Initialize game */
process_hooks(HOOK_INIT_GAME, "(s)", "begin");
/* Initialise the values */
@@ -2065,13 +2062,6 @@ static errr init_wilderness(void)
return 0;
}
-void init_schools(s16b new_size)
-{
- /* allocate the extra memory */
- C_MAKE(schools, new_size, school_type);
- max_schools = new_size;
-}
-
/*
* Initialise some other arrays
*/