Home
last modified time | relevance | path

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

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/UserInterface/ScoreScreen/
H A DEndLevelScoreScreen.cpp691 … if (TiXmlElement* pClawCommentSound = pScoreScreenRootElem->FirstChildElement("ClawCommentSound")) in Initialize() local
696 assert(ParseValueFromXmlElem(&delay, pClawCommentSound->FirstChildElement("Delay"))); in Initialize()
697 assert(ParseValueFromXmlElem(&sound, pClawCommentSound->FirstChildElement("SoundPath"))); in Initialize()