diff options
author | aap <aap@papnet.eu> | 2019-06-24 22:06:14 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-24 22:06:14 +0200 |
commit | 3b43c0957893e06f832f2097225ae83b09f86199 (patch) | |
tree | 421a6083b469dbce38531a128db1f5dd5a5a6174 /src/entities/Building.cpp | |
parent | fixed bug in CPlaceable (diff) | |
download | re3-3b43c0957893e06f832f2097225ae83b09f86199.tar re3-3b43c0957893e06f832f2097225ae83b09f86199.tar.gz re3-3b43c0957893e06f832f2097225ae83b09f86199.tar.bz2 re3-3b43c0957893e06f832f2097225ae83b09f86199.tar.lz re3-3b43c0957893e06f832f2097225ae83b09f86199.tar.xz re3-3b43c0957893e06f832f2097225ae83b09f86199.tar.zst re3-3b43c0957893e06f832f2097225ae83b09f86199.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/Building.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/Building.cpp b/src/entities/Building.cpp index 9e56b3a2..d69a65fe 100644 --- a/src/entities/Building.cpp +++ b/src/entities/Building.cpp @@ -22,5 +22,6 @@ CBuilding::ReplaceWithNewModel(int32 id) } STARTPATCHES + InjectHook(0x4057D0, &CBuilding::ctor, PATCH_JUMP); InjectHook(0x405850, &CBuilding::ReplaceWithNewModel, PATCH_JUMP); ENDPATCHES |