summaryrefslogtreecommitdiff
path: root/src/birth.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/birth.c
parent9e69576b7ebbda9bde3900b36fb081f819dc828a (diff)
Remove auto_notes and take_notes options
We always set them to TRUE now.
Diffstat (limited to 'src/birth.c')
-rw-r--r--src/birth.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/birth.c b/src/birth.c
index b219a1a0..9e7629c2 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -3466,10 +3466,7 @@ void player_birth(void)
select_default_melee();
/* Make a note file if that option is set */
- if (take_notes)
- {
- add_note_type(NOTE_BIRTH);
- }
+ add_note_type(NOTE_BIRTH);
/* Note player birth in the message recall */
message_add(" ", TERM_L_BLUE);