diff options
author | aap <aap@papnet.eu> | 2019-06-19 14:06:13 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-19 14:06:13 +0200 |
commit | 78e33785ecfd176616b1a1b1588c771b978a4c19 (patch) | |
tree | 6abde4ca51c0f477ce63288215b510a462e52e50 /src/FileLoader.cpp | |
parent | f8438e8ab6b7de932ac6cf20ca2e1e70810b0030 (diff) |
cleanup on CPed and CPedType
Diffstat (limited to 'src/FileLoader.cpp')
-rw-r--r-- | src/FileLoader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FileLoader.cpp b/src/FileLoader.cpp index 7dfb1cd2..53449d9b 100644 --- a/src/FileLoader.cpp +++ b/src/FileLoader.cpp @@ -1145,7 +1145,6 @@ CFileLoader::LoadMapZones(const char *filename) STARTPATCHES - // this makes my game crash in CGarage! InjectHook(0x476290, CFileLoader::LoadLevel, PATCH_JUMP); InjectHook(0x476520, CFileLoader::LoadCollisionFromDatFile, PATCH_JUMP); |