diff options
author | aap <aap@papnet.eu> | 2021-01-18 14:11:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 14:11:55 +0100 |
commit | 7a730384efb35791367a76e0d778c75ce812a426 (patch) | |
tree | 199b8368daf900bc81ec9dabfe3b4b4225f4ed06 /src/modelinfo | |
parent | sync milessdk with re3mss (diff) | |
parent | initial work on vehicles (diff) | |
download | re3-7a730384efb35791367a76e0d778c75ce812a426.tar re3-7a730384efb35791367a76e0d778c75ce812a426.tar.gz re3-7a730384efb35791367a76e0d778c75ce812a426.tar.bz2 re3-7a730384efb35791367a76e0d778c75ce812a426.tar.lz re3-7a730384efb35791367a76e0d778c75ce812a426.tar.xz re3-7a730384efb35791367a76e0d778c75ce812a426.tar.zst re3-7a730384efb35791367a76e0d778c75ce812a426.zip |
Diffstat (limited to 'src/modelinfo')
-rw-r--r-- | src/modelinfo/VehicleModelInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modelinfo/VehicleModelInfo.h b/src/modelinfo/VehicleModelInfo.h index 6c654284..f9217a41 100644 --- a/src/modelinfo/VehicleModelInfo.h +++ b/src/modelinfo/VehicleModelInfo.h @@ -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; |