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 afee0538..11505edb 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -1301,20 +1301,8 @@ static errr init_t_info(void)
/* General buffer */
char buf[1024];
-
- /*** Make the header ***/
- t_head = make_header(max_t_idx);
-
-
- /*** Make the fake arrays ***/
-
/* Allocate the "t_info" array */
- t_info = make_array<trap_type>(t_head->info_num);
-
- /* Hack -- make "fake" arrays */
- t_name = make_array<char>(FAKE_NAME_SIZE);
- t_text = make_array<char>(FAKE_TEXT_SIZE);
-
+ t_info = make_array<trap_type>(max_t_idx);
/*** Load the ascii template file ***/