summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-16 01:06:55 +0200
committerBardur Arantsson <bardur@scientician.net>2013-08-08 16:33:29 +0200
commitf0fd8edb1fc36fd3dbe3b7df61da91b3daf9d4c6 (patch)
tree038c3f5f1e2fcfccb00ad426fde35cb157eac1dd /src/dungeon.c
parent9e69576b7ebbda9bde3900b36fb081f819dc828a (diff)
Remove auto_notes and take_notes options
We always set them to TRUE now.
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);
}