summaryrefslogtreecommitdiffstats
path: root/src/modelinfo
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:19:50 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:19:50 +0100
commit239dd551467f3713f0ebb523003a25e68710f767 (patch)
treedb2fc41de7de33e6610b172583b803a2954b3dd9 /src/modelinfo
parentfix attempt (diff)
parentfix (diff)
downloadre3-239dd551467f3713f0ebb523003a25e68710f767.tar
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.gz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.bz2
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.lz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.xz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.zst
re3-239dd551467f3713f0ebb523003a25e68710f767.zip
Diffstat (limited to 'src/modelinfo')
-rw-r--r--src/modelinfo/VehicleModelInfo.h6
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;