end of the function FreeScript ============================================================================ Parameter: - Returns: - Changes Globals: - ============================================================================
| 1449 | // Changes Globals: - |
| 1450 | //============================================================================ |
| 1451 | void PS_SetBaseFolder(char *path) |
| 1452 | { |
| 1453 | #ifdef BSPC |
| 1454 | sprintf(basefolder, path); |
| 1455 | #else |
| 1456 | Com_sprintf(basefolder, sizeof(basefolder), "%s", path); |
| 1457 | #endif |
| 1458 | } //end of the function PS_SetBaseFolder |
no test coverage detected