Fixed types in BulletTrace.h

This commit is contained in:
Nikolay Korolev 2019-06-22 21:28:42 +03:00
parent 145338a2eb
commit 666ee73ac8
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ struct CBulletTrace
{
CVector m_vecInf;
CVector m_vecSup;
char m_bInUse;
char m_bFramesInUse;
char m_bLifeTime;
bool m_bInUse;
uint8 m_bFramesInUse;
uint8 m_bLifeTime;
};