fix bullet traces rener and some renaming

This commit is contained in:
Roman Masanin
2020-10-15 15:42:10 +03:00
parent 417646819c
commit 34b4efe242
3 changed files with 142 additions and 125 deletions

View File

@@ -48,8 +48,8 @@ public:
struct CBulletTrace
{
CVector m_vecCurrentPos;
CVector m_vecTargetPos;
CVector m_vecStartPos;
CVector m_vecEndPos;
bool m_bInUse;
uint32 m_nCreationTime;
uint32 m_nLifeTime;