| 74 | } |
| 75 | |
| 76 | void GetDir( int clientID, vec3_t org ) |
| 77 | { |
| 78 | if ( clientID >=0 ) |
| 79 | { |
| 80 | centity_t *cent = &cg_entities[clientID]; |
| 81 | |
| 82 | if ( cent && cent->gent && cent->gent->client ) |
| 83 | { |
| 84 | VectorCopy( cent->gent->client->renderInfo.muzzleDir, org ); |
| 85 | } |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | //-------------------------- |
| 90 | // |