mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-02 19:23:16 +02:00
Fixed types in BulletTrace.h
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user