mirror of
https://github.com/halpz/re3.git
synced 2025-10-06 18:21:42 +00:00
some PS2 things
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user