| 1967 | } |
| 1968 | |
| 1969 | void xEntInitShadow(xEnt& ent, xEntShadow& shadow) |
| 1970 | { |
| 1971 | ent.entShadow = &shadow; |
| 1972 | |
| 1973 | shadow.vec.assign(0.0f, 1.0f, 0.0f); |
| 1974 | shadow.pos = ent.asset->pos; |
| 1975 | shadow.shadowModel = NULL; |
| 1976 | shadow.dst_cast = -1.0f; |
| 1977 | shadow.radius[0] = -1.0f; |
| 1978 | shadow.radius[1] = -1.0f; |
| 1979 | } |
no outgoing calls
no test coverage detected