summaryrefslogtreecommitdiff
path: root/src/player.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-19 23:07:35 +0000
committerIra Rice <irarice@gmail.com>2008-10-19 23:07:35 +0000
commite57f4ec64f53091dd254c2ee2db9592d30a5af0b (patch)
treeef002e7fb4b0dfb5b06dd4e4c2d95b9f3b06f920 /src/player.cpp
parentbe1af40e371845bcad1337cc59e5f5ac0f991f02 (diff)
downloadmana-client-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.gz
mana-client-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.bz2
mana-client-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.xz
mana-client-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.zip
Fixed a small error that I didn't notice before with de-hardcoding the
colors. Thanks goes to paks for noticing this.
Diffstat (limited to 'src/player.cpp')
-rw-r--r--src/player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.cpp b/src/player.cpp
index 37badcdc..4025f8f4 100644
--- a/src/player.cpp
+++ b/src/player.cpp
@@ -44,6 +44,7 @@ Player::Player(int id, int job, Map *map):
{
mName = 0;
mIsGM = false;
+ ColorDB::load();
}
Player::~Player()