Searched refs:SendParticleLine (Results 1 – 2 of 2) sorted by relevance
46 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex );
127 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex );893 static inline void SendParticleLine( Vec *vPoint1, Vec *vDelta, u8 colorIndex ) in SendParticleLine() function1052 SendParticleLine(&prt->vPos, &prt->vVel, (u8)(prt->nLifespan>>3)); in DrawParticles()