summaryrefslogtreecommitdiff
path: root/src/spells1.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:49:38 +0200
commitc25b265c056a4512b0fb0e1789927e6c4b7b32cf (patch)
tree42bc01558926aba40452ef49215399eabb25228d /src/spells1.cc
parent89e75b855662b1dcc86a6dc3789fa496aafbb0a2 (diff)
Move t_info into GameEditData
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells1.cc b/src/spells1.cc
index 3eaf0303..e2a66184 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -6918,6 +6918,7 @@ static bool_ project_p(int who, int r, int y, int x, int dam, int typ, int a_rad
auto const &d_info = game->edit_data.d_info;
auto const &r_info = game->edit_data.r_info;
auto const &f_info = game->edit_data.f_info;
+ auto const &t_info = game->edit_data.t_info;
int k = 0, do_move = 0, a = 0, b = 0, x1 = 0, y1 = 0;