We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2fd4 commit 549cc8fCopy full SHA for 549cc8f
Client/game_sa/CAutomobileSA.h
@@ -20,7 +20,7 @@
20
21
#define MAX_PASSENGER_COUNT 8
22
#define MAX_DOORS 6 // also in CDamageManager
23
-#define MAX_NODES 25
+#define CAR_NODES_NUM 25
24
25
class CBouncingPanelSAInterface
26
{
@@ -38,7 +38,7 @@ class CAutomobileSAInterface : public CVehicleSAInterface
38
public:
39
CDamageManagerSAInterface m_damageManager;
40
CDoorSAInterface m_doors[MAX_DOORS];
41
- RwFrame* m_aCarNodes[MAX_NODES];
+ RwFrame* m_aCarNodes[CAR_NODES_NUM];
42
CBouncingPanelSAInterface m_panels[3];
43
CDoorSAInterface m_swingingChassis;
44
CColPointSAInterface m_wheelColPoint[MAX_WHEELS];
0 commit comments