mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 22:18:16 +00:00
ProcessButtonPresses and fixes
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include "ClumpModelInfo.h"
|
||||
#include "PedType.h"
|
||||
#include "PedStats.h"
|
||||
|
||||
enum PedNode {
|
||||
PED_TORSO,
|
||||
@ -24,7 +25,7 @@ class CPedModelInfo : public CClumpModelInfo
|
||||
public:
|
||||
uint32 m_animGroup;
|
||||
ePedType m_pedType;
|
||||
uint32 m_pedStatType;
|
||||
ePedStats m_pedStatType;
|
||||
uint32 m_carsCanDrive;
|
||||
CColModel *m_hitColModel;
|
||||
RpAtomic *m_head;
|
||||
|
Reference in New Issue
Block a user