summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-12-20 23:28:46 -0700
committerIra Rice <irarice@gmail.com>2008-12-20 23:28:46 -0700
commit3f000858edfbca044a7d8168bd879ef80285e522 (patch)
tree50bb164102401954e6283ade3e8a3ebf75a21be8 /src/resources
parent8e86b8c4d0f3d9be979b53689d35f8f0b1381060 (diff)
downloadmana-client-3f000858edfbca044a7d8168bd879ef80285e522.tar.gz
mana-client-3f000858edfbca044a7d8168bd879ef80285e522.tar.bz2
mana-client-3f000858edfbca044a7d8168bd879ef80285e522.tar.xz
mana-client-3f000858edfbca044a7d8168bd879ef80285e522.zip
Enabled video mode switching, as well as got rid of an old, unneeded
check in the ColorDB. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/colordb.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/colordb.cpp b/src/resources/colordb.cpp
index 3d2e15e0..bdc6211a 100644
--- a/src/resources/colordb.cpp
+++ b/src/resources/colordb.cpp
@@ -84,8 +84,6 @@ void ColorDB::load()
TMWHair ? mColors[id] = XML::getProperty(node, "value", "#FFFFFF") :
mColors[id] = XML::getProperty(node, "dye", "#FFFFFF");
-
- logger->log("%d %s", id, mColors[id].c_str());
}
}