From: mfranz Date: Sat, 16 Feb 2008 22:09:40 +0000 (+0000) Subject: Syd ADAMS: remove season suffix, this is now done via s X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cfffe91ed58695a5aa8566de3535869270506fc3;p=simgear.git Syd ADAMS: remove season suffix, this is now done via s --- diff --git a/simgear/scene/material/mat.cxx b/simgear/scene/material/mat.cxx index 6dde0c51..3da8824a 100644 --- a/simgear/scene/material/mat.cxx +++ b/simgear/scene/material/mat.cxx @@ -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";