diff options
author | aap <aap@papnet.eu> | 2019-06-26 23:14:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 23:14:42 +0200 |
commit | 990d7f9d192dae891782b70b612b4889862545be (patch) | |
tree | cc4203c9266b450e393c179c8d528f71c5957f01 /src/entities/Automobile.cpp | |
parent | bla (diff) | |
parent | fixed autobuild (diff) | |
download | re3-990d7f9d192dae891782b70b612b4889862545be.tar re3-990d7f9d192dae891782b70b612b4889862545be.tar.gz re3-990d7f9d192dae891782b70b612b4889862545be.tar.bz2 re3-990d7f9d192dae891782b70b612b4889862545be.tar.lz re3-990d7f9d192dae891782b70b612b4889862545be.tar.xz re3-990d7f9d192dae891782b70b612b4889862545be.tar.zst re3-990d7f9d192dae891782b70b612b4889862545be.zip |
Diffstat (limited to 'src/entities/Automobile.cpp')
-rw-r--r-- | src/entities/Automobile.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/entities/Automobile.cpp b/src/entities/Automobile.cpp new file mode 100644 index 00000000..89fac33e --- /dev/null +++ b/src/entities/Automobile.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "Automobile.h" + +WRAPPER void CAutomobile::SetDoorDamage(int32, uint32, bool) { EAXJMP(0x530200); }
\ No newline at end of file |