TODO: MTS: only found in this file.
| 2420 | } |
| 2421 | // TODO: MTS: only found in this file. |
| 2422 | int GetRandomBillowingExplosion() { |
| 2423 | int choices[] = {BILLOWING_INDEX, MED_EXPLOSION_INDEX2}; |
| 2424 | int pick = ps_rand() % 2; |
| 2425 | return (choices[pick]); |
| 2426 | } |
| 2427 | void DrawSmolderingObject(object *obj) { |
| 2428 | vector veca; |
| 2429 | angvec angs; |
no test coverage detected