mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 21:40:33 +00:00
commit
7a730384ef
16 changed files with 672 additions and 615 deletions
|
@ -3,8 +3,8 @@
|
|||
#include "ClumpModelInfo.h"
|
||||
|
||||
enum {
|
||||
NUM_FIRST_MATERIALS = 24,
|
||||
NUM_SECOND_MATERIALS = 20,
|
||||
NUM_FIRST_MATERIALS = 25,
|
||||
NUM_SECOND_MATERIALS = 25,
|
||||
NUM_VEHICLE_COLOURS = 8,
|
||||
};
|
||||
|
||||
|
@ -98,7 +98,7 @@ public:
|
|||
uint8 m_lastColorVariation;
|
||||
uint8 m_currentColour1;
|
||||
uint8 m_currentColour2;
|
||||
RpAtomic *m_comps[6];
|
||||
RpAtomic *m_comps[6]; // LCS(TODO): pointer
|
||||
// This is stupid, CClumpModelInfo already has it!
|
||||
union {
|
||||
int32 m_animFileIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue