summaryrefslogtreecommitdiff
path: root/src/resources/buddylist.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-04 21:50:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-04 21:50:17 +0000
commit222db257d7de12f1077eb43d448d6b357d4642e7 (patch)
treeef76d759d93e60a0f66ab7c2a26117a02964f149 /src/resources/buddylist.cpp
parenta9a59f28594b87c8ac29e6739e34decd79f2fd2a (diff)
downloadmana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.gz
mana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.bz2
mana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.xz
mana-222db257d7de12f1077eb43d448d6b357d4642e7.zip
Merged revisions 4332 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4332 | b_lindeijer | 2008-06-05 09:33:12 +0200 (Thu, 05 Jun 2008) | 5 lines Added command line argument to specify the update host (-H). Also, to avoid problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. ........
Diffstat (limited to 'src/resources/buddylist.cpp')
-rw-r--r--src/resources/buddylist.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/buddylist.cpp b/src/resources/buddylist.cpp
index 2f85825a..32d8d9f4 100644
--- a/src/resources/buddylist.cpp
+++ b/src/resources/buddylist.cpp
@@ -33,8 +33,12 @@
BuddyList::BuddyList()
{
+ // TODO: A buddy list would have to use the Configuration class to store
+ // the buddies. Also, there is now a player relationship manager
+ // which probably makes this buddy list kind of obsolete.
+
// Find saved buddy list file
- mFilename = config.getValue("homeDir", "") + "/buddy.txt";
+ //mFilename = homeDir + "/buddy.txt";
// Load buddy from file
loadFile();