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

Function InitAllScreens

Descent3/TelCom.cpp:3092–3097  ·  view source on GitHub ↗

Initializes the TelCom Screens so they're ready for input

Source from the content-addressed store, hash-verified

3090
3091// Initializes the TelCom Screens so they're ready for input
3092void InitAllScreens(void) {
3093 for (int i = 0; i < MAX_TELCOM_SCREENS; i++) {
3094 Telcom_system.Screen_state[i] = SS_EMPTY;
3095 }
3096 TCWorking_screen = -1;
3097}
3098
3099// Advances to the next screen
3100// returns true is there is no screen (it's not being made, nor ready)

Callers 1

TelComMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected