File names of avatars are now md5sums.

This commit is contained in:
lotodore
2007-09-08 21:43:15 +00:00
parent affdd62364
commit d3be07bb17
31 changed files with 34 additions and 26 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ AvatarManager::Init(const std::string &dataDir, const std::string &cacheDir)
bool retVal = false;
try
{
InternalReadDirectory(dataDir);
InternalReadDirectory(dataDir + "gfx/avatars/default/");
InternalReadDirectory(cacheDir);
m_cacheDir = cacheDir;
retVal = true;