()
| 51 | float minlight; // don't add when contributing less |
| 52 | |
| 53 | void clear() { |
| 54 | radius = minlight = color[0] = color[1] = color[2] = 0; |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | static cparticle_t[] particles = new cparticle_t[Defines.MAX_PARTICLES]; |
no outgoing calls
no test coverage detected