Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp1075 void* ambientArg = in SetAmbientInfo() local
1077 if ( ambientArg == NULL ) in SetAmbientInfo()
1079 NW_WARNING( ambientArg != NULL, "Failed to alloc AmbientArg." ); in SetAmbientInfo()
1082 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()
1086 m_AmbientInfo.arg = ambientArg; in SetAmbientInfo()