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
commit0f37adeca0e2facfcb32f30e285048fac23c8845 (patch)
treeafd03e3d5b92f2936e0606c52d20e3704e16295f /src/variable.hpp
parent2bf6a6ce72bf3f2038cd383fb7c6d35679ef9341 (diff)
Move died_from to Game struct
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 74569434..a752b3f1 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -105,7 +105,6 @@ extern s16b health_who;
extern s16b monster_race_idx;
extern s16b monster_ego_idx;
extern object_type *tracked_object;
-extern char died_from[80];
extern char history[4][60];
extern s16b lite_n;
extern s16b lite_y[LITE_MAX];