diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-19 23:07:35 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-19 23:07:35 +0000 |
commit | e57f4ec64f53091dd254c2ee2db9592d30a5af0b (patch) | |
tree | ef002e7fb4b0dfb5b06dd4e4c2d95b9f3b06f920 /src/player.cpp | |
parent | be1af40e371845bcad1337cc59e5f5ac0f991f02 (diff) | |
download | mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.gz mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.bz2 mana-e57f4ec64f53091dd254c2ee2db9592d30a5af0b.tar.xz mana-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.cpp | 1 |
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() |