summaryrefslogtreecommitdiff
path: root/src/files.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-07-31 08:58:42 +0200
committerBardur Arantsson <bardur@scientician.net>2010-07-31 12:37:21 +0200
commitba042a437d32a329b56058dbb4a91e36b898bd4a (patch)
tree4fbe397737fd8d823bcfc51927dc8e148d32890e /src/files.c
parent3583ae42502f763b1d21933019d5323684a1135a (diff)
Remove obsolete and pointless options.
Affected options: - flow_by_smell (didn't do anything) - use_color - compress_savefile - flavored_attacks (was disabled via #if 0) - permanent_levels (was marked EXPERIMENTAL and didn't really work properly)
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/files.c b/src/files.c
index 32c991fd..95237b16 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2636,9 +2636,6 @@ static void display_player_ben_one(int mode)
}
}
- /* Monochrome */
- if (!use_color) a = TERM_WHITE;
-
/* Dump flag */
if (modetemp == 1 && x == 0 && y > 7 && y < 12)
{
@@ -2651,7 +2648,7 @@ static void display_player_ben_one(int mode)
}
a = TERM_WHITE;
- if (use_color && got)
+ if (got)
{
if (modetemp == 1 && x == 0 && y > 7 && y < 12)
{
@@ -3223,11 +3220,6 @@ errr file_character(cptr name, bool full)
else
fprintf(fff, "\n Always unusual rooms: OFF");
- if (seed_dungeon)
- fprintf(fff, "\n Persistent Dungeons: ON");
- else
- fprintf(fff, "\n Persistent Dungeons: OFF");
-
fprintf(fff, "\n\n Recall Depth:");
for (y = 1; y < max_d_idx; y++)
{
@@ -3241,7 +3233,7 @@ errr file_character(cptr name, bool full)
if (noscore)
fprintf(fff, "\n You have done something illegal.");
- if (PRACE_FLAGS(PR1_EXPERIMENTAL) || seed_dungeon)
+ if (PRACE_FLAGS(PR1_EXPERIMENTAL))
fprintf(fff, "\n You have done something experimental.");
if (stupid_monsters)