Destroys the screen overlays that were used for the main monitor
| 1869 | |
| 1870 | // Destroys the screen overlays that were used for the main monitor |
| 1871 | void TelcomDestroyScreenOverlays(void) { |
| 1872 | TelcomFreeHiLites(); |
| 1873 | TelcomDestroyScanLine(); |
| 1874 | TelcomFreeMouseCursor(); |
| 1875 | TelcomFreeCorners(); |
| 1876 | // TelcomFreeStaticOverlays(); |
| 1877 | TelcomFreePowerEffect(); |
| 1878 | } |
| 1879 | |
| 1880 | #define HIGH_STATIC 50.0 |
| 1881 | #define NEG_CUT 40.0 |
no test coverage detected