Home
last modified time | relevance | path

Searched refs:nightStartNode (Results 1 – 2 of 2) sorted by relevance

/dports/games/glest/glest_source_3.2.2/source/glest_game/world/
H A Dtileset.cpp79 const XmlNode *nightStartNode= xmlNode->getChild("night-start-sound"); in load() local
80 enabledNightStart= nightStartNode->getAttribute("enabled")->getBoolValue(); in load()
82 path= nightStartNode->getAttribute("path")->getRestrictedValue(); in load()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/world/
H A Dtileset.cpp107 const XmlNode *nightStartNode= xmlNode->getChild("night-start-sound"); in load() local
108 enabledNightStart= nightStartNode->getAttribute("enabled")->getBoolValue(); in load()
113 path= nightStartNode->getAttribute("path")->getRestrictedValue(currentPath); in load()
115 …loadedFileList[path].push_back(make_pair(parentLoader,nightStartNode->getAttribute("path")->getRes… in load()