mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 13:29:47 +00:00
update file loader for new VC fields
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user