summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 988aa2e9..bc4a5570 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -600,10 +600,7 @@ vault_type *v_info;
/*
* The terrain feature arrays
*/
-header *f_head;
feature_type *f_info;
-char *f_name;
-char *f_text;
/*
* The object kind arrays
@@ -698,6 +695,13 @@ store_action_type *ba_info;
owner_type *ow_info;
/*
+ * Default texts for feature information.
+ */
+cptr DEFAULT_FEAT_TEXT = "a wall blocking your way";
+cptr DEFAULT_FEAT_TUNNEL = "You cannot tunnel through that.";
+cptr DEFAULT_FEAT_BLOCK = DEFAULT_FEAT_TEXT;
+
+/*
* Hack -- The special Angband "System Suffix"
* This variable is used to choose an appropriate "pref-xxx" file
*/