mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 08:50:35 +00:00
fix building with PED_SKIN
This commit is contained in:
parent
fe1d82c9c3
commit
48ce6151f9
3 changed files with 4 additions and 1 deletions
|
@ -139,6 +139,7 @@ CEntity::DetachFromRwObject(void)
|
|||
m_matrix.Detach();
|
||||
}
|
||||
|
||||
#ifdef PED_SKIN
|
||||
RpAtomic*
|
||||
AtomicRemoveAnimFromSkinCB(RpAtomic *atomic, void *data)
|
||||
{
|
||||
|
@ -158,6 +159,7 @@ AtomicRemoveAnimFromSkinCB(RpAtomic *atomic, void *data)
|
|||
}
|
||||
return atomic;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
CEntity::DeleteRwObject(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue