summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commit7fce5e3c4d9c6700786828a6b82577fa95499217 (patch)
tree95dbe6c406dc4e54dff2897a2e73ae7960f9cb1a /src/init2.cc
parent560ebe18ecf165dcfffa2d57870f01f1099be44c (diff)
Remove ra_head
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/init2.cc b/src/init2.cc
index 20c9ee9a..afee0538 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -716,14 +716,8 @@ static errr init_ra_info(void)
/* General buffer */
char buf[1024];
- /*** Make the "header" ***/
- ra_head = make_header(max_ra_idx);
-
-
- /*** Make the fake arrays ***/
-
/* Allocate the "ra_info" array */
- ra_info = make_array<randart_part_type>(ra_head->info_num);
+ ra_info = make_array<randart_part_type>(max_ra_idx);
/*** Load the ascii template file ***/