summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 03:32:36 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 03:32:36 +0000
commite45cf41f7105b8023c4e7f74fbe1a6c2551c6e86 (patch)
tree91bddbf9c706429165b62cf1172e99b803e24bfa /crawl-ref/source
parent2bf13ac122b315ef7a986af11d6f7697024571a6 (diff)
downloadcrawl-ref-e45cf41f7105b8023c4e7f74fbe1a6c2551c6e86.tar.gz
crawl-ref-e45cf41f7105b8023c4e7f74fbe1a6c2551c6e86.zip
Remove "lightgrey" from the default hp_colour and mp_colour options
("lightgrey, 50:yellow, 25:red"), so output.cc can choose the default colour. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4435 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 03cffd47da..074f8d3482 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -856,11 +856,9 @@ void game_options::reset_options()
"kills,notes");
hp_colour.clear();
- hp_colour.push_back(std::pair<int,int>(100, LIGHTGREY));
hp_colour.push_back(std::pair<int,int>(50, YELLOW));
hp_colour.push_back(std::pair<int,int>(25, RED));
mp_colour.clear();
- mp_colour.push_back(std::pair<int, int>(100, LIGHTGREY));
mp_colour.push_back(std::pair<int, int>(50, YELLOW));
mp_colour.push_back(std::pair<int, int>(25, RED));