Scan new avatars for network games.

This commit is contained in:
lotodore
2007-09-14 15:26:19 +00:00
parent 0b394c7a58
commit 54f8b511c3
+1
View File
@@ -43,6 +43,7 @@ AvatarManager::Init(const std::string &dataDir, const std::string &cacheDir)
try
{
InternalReadDirectory(dataDir + "gfx/avatars/default/people/");
InternalReadDirectory(dataDir + "gfx/avatars/default/misc/");
InternalReadDirectory(cacheDir);
m_cacheDir = cacheDir;
retVal = true;