| 428 | */ |
| 429 | |
| 430 | static void AS_GetRadius( ambientSet_t &set ) |
| 431 | { |
| 432 | //Get the data |
| 433 | sscanf( parseBuffer+parsePos, "%s %d", tempBuffer, &set.radius ); |
| 434 | |
| 435 | AS_SkipLine(); |
| 436 | } |
| 437 | |
| 438 | /* |
| 439 | ------------------------- |
no test coverage detected