diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-23 11:46:21 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-23 11:46:21 +0000 |
commit | 7a88c394584cb02cec8d1d7eb70ac2020e033d41 (patch) | |
tree | d19c75ea94072c9b54abb0c679a9bf6984b485c4 /src/localplayer.cpp | |
parent | e57f4ec64f53091dd254c2ee2db9592d30a5af0b (diff) | |
download | mana-7a88c394584cb02cec8d1d7eb70ac2020e033d41.tar.gz mana-7a88c394584cb02cec8d1d7eb70ac2020e033d41.tar.bz2 mana-7a88c394584cb02cec8d1d7eb70ac2020e033d41.tar.xz mana-7a88c394584cb02cec8d1d7eb70ac2020e033d41.zip |
Cleaned up ColorDB code so that it loads with all other databases, as
well as fixed color cycling.
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index d83bd254..66d37ddf 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -54,7 +54,6 @@ LocalPlayer::LocalPlayer(Uint32 id, Uint16 job, Map *map): mInventory(new Inventory(INVENTORY_SIZE)), mStorage(new Inventory(STORAGE_SIZE)) { - ColorDB::load(); } LocalPlayer::~LocalPlayer() |