summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index de1a51fe..8df85977 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -5597,7 +5597,7 @@ void play_game(bool_ new_game)
};
/* Hack - if note file exists, load it */
- if (!new_game && take_notes)
+ if (!new_game)
{
add_note_type(NOTE_ENTER_DUNGEON);
}