Initializes the systems so it has correct values
| 883 | |
| 884 | // Initializes the systems so it has correct values |
| 885 | void InitSystems() { |
| 886 | Telcom_system.current_status = TS_MISSION; |
| 887 | Telcom_system.state = TCS_POWERON; |
| 888 | } |
| 889 | |
| 890 | // Frees allocated memory used by the windows |
| 891 | void FreeViewports() { |