summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit1e045ed09258e6c7fff63ef829759c6c8f06f441 (patch)
tree89a8737e5d33ccf2723a199efdf0aa8eb2d175e4 /src/variable.cc
parent86fba667d4aaf01b0efc47e26b8e482f13349038 (diff)
Separate skill values from skill descriptions
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 00fd340d..827ee1af 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -510,6 +510,11 @@ ability_type *ab_info;
*/
skill_type *s_info;
+/**
+ * Skill descriptors.
+ */
+skill_descriptor *s_descriptors;
+
/*
* Player race arrays
*/