| 612 | } |
| 613 | |
| 614 | void particle_fireball(int type, const vec &o) |
| 615 | { |
| 616 | newparticle(o, vec(0, 0, 0), (int)((parttypes[type].sz-1.0f)*100.0f), type); |
| 617 | } |
| 618 | |
| 619 | VARP(bulletbouncesound, 0, 1, 1); |
| 620 | VARP(bullethole, 0, 1, 1); |
no test coverage detected