| 1724 | void matcen::SetCreationTexture(int16_t texnum) { m_creation_texture = texnum; } |
| 1725 | |
| 1726 | int16_t matcen::GetCreationTexture() { return m_creation_texture; } |
| 1727 | |
| 1728 | int matcen::GetSound(char sound_type) { |
| 1729 | if (sound_type >= 0 && sound_type < MAX_MATCEN_SOUNDS) { |
no outgoing calls
no test coverage detected