Syd ADAMS: remove season suffix, this is now done via <condition>s

This commit is contained in:
mfranz
2008-02-16 22:09:40 +00:00
parent a95aed1047
commit cfffe91ed5

View File

@@ -100,11 +100,6 @@ SGMaterial::read_properties( const string &fg_root, const SGPropertyNode * props
{
string tname = textures[i]->getStringValue();
string otname = tname;
if (season && strncmp(season, "summer", 6))
{
if (tname.substr(0,7) == "Terrain")
tname.insert(7,"."+string(season));
}
if (tname == "") {
tname = "unknown.rgb";