summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/init2.cc b/src/init2.cc
index 433a6337..20c9ee9a 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -414,20 +414,8 @@ static errr init_set_info(void)
/* General buffer */
char buf[1024];
-
- /*** Make the "header" ***/
- set_head = make_header(max_set_idx);
-
-
- /*** Make the fake arrays ***/
-
/* Allocate the "set_info" array */
- set_info = make_array<set_type>(set_head->info_num);
-
- /* Hack -- make "fake" arrays */
- set_name = make_array<char>(FAKE_NAME_SIZE);
- set_text = make_array<char>(FAKE_TEXT_SIZE);
-
+ set_info = make_array<set_type>(max_set_idx);
/*** Load the ascii template file ***/