| 23 | } |
| 24 | |
| 25 | void CLocationManager::reload(LPCSTR section) |
| 26 | { |
| 27 | if (!m_object->spawn_ini() || !m_object->spawn_ini()->section_exist("alife") || !m_object->spawn_ini()->line_exist("alife", "terrain")) |
| 28 | return; |
| 29 | setup_location_types(m_vertex_types, m_object->spawn_ini(), m_object->spawn_ini()->r_string("alife", "terrain")); |
| 30 | } |
nothing calls this directly
no test coverage detected