mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 11:30:33 +00:00
Script stuff + bug fixes
This commit is contained in:
parent
92af18c165
commit
7fae683316
16 changed files with 288 additions and 15 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "PlayerInfo.h"
|
||||
|
||||
WRAPPER void CPlayerInfo::MakePlayerSafe(bool) { EAXJMP(0x4A1400); }
|
|
@ -65,6 +65,8 @@ public:
|
|||
bool m_bGetOutOfHospitalFree;
|
||||
uint8 m_aSkinName[32];
|
||||
RwTexture *m_pSkinTexture;
|
||||
|
||||
void MakePlayerSafe(bool);
|
||||
};
|
||||
|
||||
static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue