mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 09:40:32 +00:00
some PS2 things
This commit is contained in:
parent
be92b57b54
commit
fc312113d2
4 changed files with 32 additions and 19 deletions
|
@ -76,6 +76,7 @@ LoadPlayerDff(void)
|
|||
void
|
||||
CPlayerSkin::Initialise(void)
|
||||
{
|
||||
// empty on PS2
|
||||
m_txdSlot = CTxdStore::AddTxdSlot("skin");
|
||||
CTxdStore::Create(m_txdSlot);
|
||||
CTxdStore::AddRef(m_txdSlot);
|
||||
|
@ -84,6 +85,7 @@ CPlayerSkin::Initialise(void)
|
|||
void
|
||||
CPlayerSkin::Shutdown(void)
|
||||
{
|
||||
// empty on PS2
|
||||
CTxdStore::RemoveTxdSlot(m_txdSlot);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue