mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
Fixed types in BulletTrace.h
This commit is contained in:
parent
145338a2eb
commit
666ee73ac8
@ -6,7 +6,7 @@ struct CBulletTrace
|
|||||||
{
|
{
|
||||||
CVector m_vecInf;
|
CVector m_vecInf;
|
||||||
CVector m_vecSup;
|
CVector m_vecSup;
|
||||||
char m_bInUse;
|
bool m_bInUse;
|
||||||
char m_bFramesInUse;
|
uint8 m_bFramesInUse;
|
||||||
char m_bLifeTime;
|
uint8 m_bLifeTime;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user