Skip to content

Commit

Permalink
Could this be it
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5abe committed Jun 28, 2024
1 parent ce69b69 commit 7b17534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/PlayLayerLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ void PSPlayLayer::loadCheckpointFromStream() {
l_newPhysicalCPO->setOpacity(0);

// TODO FIX THIS OFFSET 0X3D4
int* l_unkField1 = reinterpret_cast<int*>(reinterpret_cast<size_t>(l_newPhysicalCPO)+0x3d4);
*l_unkField1 = 3;
//int* l_unkField1 = reinterpret_cast<int*>(reinterpret_cast<size_t>(l_newPhysicalCPO)+0x3d4);
//*l_unkField1 = 3;

CC_SAFE_RELEASE(l_checkpoint->m_physicalCheckpointObject);
l_checkpoint->m_physicalCheckpointObject = l_newPhysicalCPO;
Expand Down

0 comments on commit 7b17534

Please sign in to comment.