summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 30d07469..426d4b3a 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -422,8 +422,8 @@ player_type *p_ptr = nullptr;
* Pointer to the player tables
* (sex, race, race mod, class, magic)
*/
-player_race *rp_ptr;
-player_race_mod *rmp_ptr;
+player_race const *rp_ptr;
+player_race_mod const *rmp_ptr;
player_class const *cp_ptr;
player_spec const *spp_ptr;
@@ -488,16 +488,6 @@ skill_type *s_info;
skill_descriptor *s_descriptors;
/*
- * Player race arrays
- */
-player_race *race_info;
-
-/*
- * Player mod race arrays
- */
-player_race_mod *race_mod_info;
-
-/*
* The wilderness features arrays
*/
wilderness_type_info *wf_info;
@@ -680,12 +670,6 @@ u16b max_st_idx;
u16b max_set_idx = 1;
/*
- * Maximum number of players info in p_info.txt
- */
-u16b max_rp_idx;
-u16b max_rmp_idx;
-
-/*
* Maximum number of objects in the level
*/
u16b max_o_idx;