mirror of
https://github.com/halpz/re3.git
synced 2025-12-21 00:02:59 +00:00
some fixes and cosmetic changes
This commit is contained in:
@@ -36,7 +36,8 @@ public:
|
||||
|
||||
static RwObjectNameIdAssocation m_pPedIds[PED_NODE_MAX];
|
||||
|
||||
CPedModelInfo(void) : CClumpModelInfo(MITYPE_PED) { }
|
||||
CPedModelInfo(void) : CClumpModelInfo(MITYPE_PED) { m_hitColModel = nil; }
|
||||
~CPedModelInfo(void) { delete m_hitColModel; }
|
||||
void DeleteRwObject(void);
|
||||
void SetClump(RpClump *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user