summaryrefslogtreecommitdiffstats
path: root/src/FileLoader.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-19 14:06:13 +0200
committeraap <aap@papnet.eu>2019-06-19 14:06:13 +0200
commit78e33785ecfd176616b1a1b1588c771b978a4c19 (patch)
tree6abde4ca51c0f477ce63288215b510a462e52e50 /src/FileLoader.cpp
parentMerge pull request #22 from erorcun/master (diff)
downloadre3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar.gz
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar.bz2
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar.lz
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar.xz
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.tar.zst
re3-78e33785ecfd176616b1a1b1588c771b978a4c19.zip
Diffstat (limited to 'src/FileLoader.cpp')
-rw-r--r--src/FileLoader.cpp1
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);