| 1692 | #endif // NEWEDITOR |
| 1693 | |
| 1694 | char matcen::GetCreationEffect() { return m_creation_effect; } |
| 1695 | |
| 1696 | bool matcen::SetCreationEffect(char effect_index) { |
| 1697 | if (effect_index < 0 || effect_index >= NUM_MATCEN_EFFECTS) |
no outgoing calls
no test coverage detected