This deactivates the TelCom system
| 940 | |
| 941 | // This deactivates the TelCom system |
| 942 | void TelComDeactivate(void) { |
| 943 | mprintf(0, "TelCom System being deactivated\n"); |
| 944 | FreeTelComOnBitmaps(hotspot_bitmaps); |
| 945 | FreeHotSpotMapInternals(&hotspotmap); |
| 946 | FreeViewports(); |
| 947 | if (windowmap.wm) |
| 948 | mem_free(windowmap.wm); |
| 949 | } |
| 950 | |
| 951 | // draws a hotspot with the on bitmap |
| 952 | void DrawHotSpotOn(int hotspot) { |
no test coverage detected