summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd4.cc2
-rw-r--r--src/dungeon_flag_list.hpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd4.cc b/src/cmd4.cc
index 8df92781..5eedc4f5 100644
--- a/src/cmd4.cc
+++ b/src/cmd4.cc
@@ -2753,7 +2753,7 @@ void do_cmd_feeling()
{
char buf[1024];
- if (get_dungeon_save(buf) || game->generate_special_feeling || (dungeon_flags & DF_DESC_ALWAYS))
+ if (get_dungeon_save(buf) || game->generate_special_feeling)
{
if (!get_level_desc(buf)) msg_print("Someone forgot to describe this level!");
else msg_print(buf);
diff --git a/src/dungeon_flag_list.hpp b/src/dungeon_flag_list.hpp
index 8fdefc95..7d45655a 100644
--- a/src/dungeon_flag_list.hpp
+++ b/src/dungeon_flag_list.hpp
@@ -52,4 +52,3 @@ DF(2, 12, ELVEN)
DF(2, 13, DWARVEN)
DF(2, 14, NO_EASY_MOVE)
DF(2, 15, NO_RECALL_OUT)
-DF(2, 16, DESC_ALWAYS)