Initializes the TelCom Screens so they're ready for input
| 3090 | |
| 3091 | // Initializes the TelCom Screens so they're ready for input |
| 3092 | void 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) |