diff options
| author | aap <aap@papnet.eu> | 2019-07-07 13:09:11 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2019-07-07 13:09:11 +0200 |
| commit | 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb (patch) | |
| tree | fc65a6c40fa719f9d43be9e0e15be79c490135e0 /src/core/PlayerInfo.cpp | |
| parent | finished CPhysical (diff) | |
| download | re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.gz | |
the great reorganization
Diffstat (limited to 'src/core/PlayerInfo.cpp')
| -rw-r--r-- | src/core/PlayerInfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/PlayerInfo.cpp b/src/core/PlayerInfo.cpp new file mode 100644 index 00000000..59efe2ae --- /dev/null +++ b/src/core/PlayerInfo.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "PlayerInfo.h" + +WRAPPER void CPlayerInfo::MakePlayerSafe(bool) { EAXJMP(0x4A1400); }
\ No newline at end of file |
