Ends a TelCom screen. Calling this enables the screen to be displayed
| 3206 | |
| 3207 | // Ends a TelCom screen. Calling this enables the screen to be displayed |
| 3208 | void TelcomEndScreen(void) { |
| 3209 | ASSERT(TCWorking_screen != -1); |
| 3210 | |
| 3211 | Telcom_system.Screen_state[TCWorking_screen] = SS_READY; |
| 3212 | TCWorking_screen = -1; |
| 3213 | } |
| 3214 | |
| 3215 | float myrand(float max) { return (max * (((float)ps_rand()) / ((float)D3_RAND_MAX))); } |
| 3216 |
no outgoing calls
no test coverage detected