summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
commita82be561ad77d615f619ed16614c3c09fdc9ba2f (patch)
tree2ae6cf87bf0e9b89c40cb9146a435e7e02a701d8 /src/variable.cc
parent44465e6fdbeab3b90b0bef9d33adac3514b48ffc (diff)
Move random_spells into player_type
# Conflicts: # src/loadsave.cc
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 3813614e..84fcdfba 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -790,12 +790,6 @@ s32b RANDART_ARMOR;
s32b RANDART_JEWEL;
/*
- * Random spells.
- */
-random_spell random_spells[MAX_SPELLS];
-s16b spell_num;
-
-/*
* Runecrafter's selfmade spells.
*/
rune_spell rune_spells[MAX_RUNES];