summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-06-24 08:47:21 +0200
committerBardur Arantsson <bardur@scientician.net>2013-06-29 05:37:49 +0200
commit6d3f6acd7498db5b9958d51002986ee957dbe11b (patch)
treeae53f1e9e2db26f0980fc0b26f89bf6bc02b4c0b /src/dungeon.c
parentf544f4a026ebd3205b73724047157547fa7bbaa5 (diff)
Remove old_colors option
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)
{