MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / InitSystems

Function InitSystems

Descent3/TelCom.cpp:885–888  ·  view source on GitHub ↗

Initializes the systems so it has correct values

Source from the content-addressed store, hash-verified

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

Callers 1

TelComInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected