| 498 | } |
| 499 | |
| 500 | void DarkForces::getModList(char* modList) |
| 501 | { |
| 502 | strcpy(modList, s_sharedState.customGobName); |
| 503 | } |
| 504 | |
| 505 | /**********The basic structure of the Dark Forces main loop is as follows:*************** |
| 506 | while (1) // <- This will be replaced by the function call from the main TFE loop. |
no outgoing calls
no test coverage detected