Disables static on the Telcom main screen
| 1678 | |
| 1679 | // Disables static on the Telcom main screen |
| 1680 | void TelcomDisableStatic(void) { |
| 1681 | Telcom_show_static = false; |
| 1682 | // TCEndStaticSound(); |
| 1683 | Telcom_static_last_frame = false; |
| 1684 | } |
| 1685 | |
| 1686 | // Enables glitching on the Telcom main screen |
| 1687 | void TelcomEnableGlitch(float setting) { |
no outgoing calls
no test coverage detected