summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
commita7ead32f2066fe12dd2154800f480247dc6d7c6c (patch)
tree2dd4a6371a8fd50e1be7bc3138da0e531e67738d /src/birth.cc
parent9ca81ed64c847db6b5d2a0890e7aea3ac96d92d1 (diff)
Use std::vector for town_type::store
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 41a7cc9b..dd66e11f 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -3051,9 +3051,6 @@ void init_town(int t_idx)
/* Generation seed for the town */
t_ptr->seed = randint(0x10000000);
-
- /* Total hack and not even used */
- t_ptr->numstores = 8;
}
/*