summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
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
*/