summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index a74fed2c..fdf11b3b 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -5623,13 +5623,6 @@ void play_game(bool_ new_game)
/* Hack -- Enforce "delayed death" */
if (p_ptr->chp < 0) death = TRUE;
- /* Should we use old colors */
- if (autoload_old_colors)
- {
- process_pref_file("422color.prf");
- }
-
-
/* Process */
while (TRUE)
{