*/
if(fullpath == "")
{
- std::string rel_path = std::string("client")
- + DIR_DELIM + "textures" + DIR_DELIM + filename;
- std::string testpath = porting::path_share + DIR_DELIM + rel_path;
+ std::string base_path = porting::path_share + DIR_DELIM + "textures"
+ + DIR_DELIM + "base" + DIR_DELIM + "pack";
+ std::string testpath = base_path + DIR_DELIM + filename;
// Check all filename extensions. Returns "" if not found.
fullpath = getImagePath(testpath);
}