Minor change for modified CTextureEntry interface.

This was SVN commit r414.
This commit is contained in:
notpete 2004-06-07 19:57:59 +00:00
parent 05ae51351c
commit 71d74e9121

View File

@ -102,7 +102,7 @@ void CMapWriter::EnumTerrainTextures(std::vector<CStr>& textures,
// uh-oh, this shouldn't happen; set texturename to empty string
texturename="";
} else {
texturename=texentry->m_Name;
texturename=texentry->GetName();
}
textures.push_back(texturename);
}