summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/init2.cc b/src/init2.cc
index 11505edb..126d9934 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -530,19 +530,8 @@ static errr init_s_info(void)
/* General buffer */
char buf[1024];
-
- /*** Make the "header" ***/
- s_head = make_header(max_s_idx);
-
-
- /*** Make the fake arrays ***/
-
/* Allocate the "s_info" array */
- s_info = make_array<skill_type>(s_head->info_num);
-
- /* Hack -- make "fake" arrays */
- s_name = make_array<char>(FAKE_NAME_SIZE);
- s_text = make_array<char>(FAKE_TEXT_SIZE);
+ s_info = make_array<skill_type>(max_s_idx);
/*** Load the ascii template file ***/