| 1961 | } |
| 1962 | |
| 1963 | void EveSpaceObject2::SetMesh( Tr2MeshBase* mesh ) |
| 1964 | { |
| 1965 | if( mesh != m_mesh ) |
| 1966 | { |
| 1967 | UnregisterAudioGeometry(); |
| 1968 | } |
| 1969 | |
| 1970 | m_mesh = mesh; |
| 1971 | if( m_mesh ) |
| 1972 | { |
| 1973 | PrepareForAnimation(); |
| 1974 | } |
| 1975 | } |
| 1976 | |
| 1977 | // -------------------------------------------------------------------------------- |
| 1978 | // Description: |
no outgoing calls
no test coverage detected