| 205 | } |
| 206 | |
| 207 | void xParSysSetup(xParSys* t) |
| 208 | { |
| 209 | if (t != NULL && t->tasset != NULL && t->tasset->parentParSysID != 0x0) |
| 210 | { |
| 211 | t->parent = (xParSys*)zSceneFindObject(t->tasset->parentParSysID); |
| 212 | } |
| 213 | t->txtr_particle = (RwTexture*)xSTFindAsset(t->tasset->textureID, 0); |
| 214 | } |
| 215 | |
| 216 | void xParSysReset(xParSys* t) |
| 217 | { |
no test coverage detected