mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 20:39:58 +00:00
update file loader for new VC fields
This commit is contained in:
parent
c07727eed0
commit
d9a8bab631
7 changed files with 42 additions and 5 deletions
|
@ -162,6 +162,7 @@ CVehicleModelInfo::CVehicleModelInfo(void)
|
|||
m_positions[i].z = 0.0f;
|
||||
}
|
||||
m_numColours = 0;
|
||||
m_animFileIndex = -1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -68,6 +68,7 @@ public:
|
|||
uint8 m_currentColour1;
|
||||
uint8 m_currentColour2;
|
||||
RpAtomic *m_comps[6];
|
||||
// This is stupid, CClumpModelInfo already has it!
|
||||
union {
|
||||
int32 m_animFileIndex;
|
||||
char *m_animFileName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue