summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commit2c8b8579faf729b9cf21b8b2d827f0e482570bd3 (patch)
tree7c258a9008d00ff1ec54de578d092e370b90cd95 /src/variable.hpp
parentfdb532aec5234db77a9111d219f8a870d660c4fc (diff)
Move random_artifacts to Game struct
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 38db36b4..3cb54d3a 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -17,7 +17,6 @@
#include "player_race_mod_fwd.hpp"
#include "player_spec_fwd.hpp"
#include "player_type_fwd.hpp"
-#include "random_artifact.hpp"
#include "random_quest.hpp"
#include "school_type.hpp"
#include "skill_modifiers_fwd.hpp"
@@ -161,7 +160,6 @@ extern bool_ ambush_flag;
extern bool_ fate_flag;
extern s16b no_breeds;
extern bool_ carried_monster_hit;
-extern random_artifact random_artifacts[MAX_RANDARTS];
extern s32b RANDART_WEAPON;
extern s32b RANDART_ARMOR;
extern s32b RANDART_JEWEL;