From 541665d9d12d9f85dd759b14a8c6abd84714b84f Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 2 Jun 2019 17:13:56 +0200 Subject: added some small bits and stubs --- src/Zones.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Zones.cpp') diff --git a/src/Zones.cpp b/src/Zones.cpp index 741fff7d..0f9bedfb 100644 --- a/src/Zones.cpp +++ b/src/Zones.cpp @@ -629,6 +629,8 @@ STARTPATCHES InjectHook(0x4B6790, CTheZones::FindSmallestZonePositionType, PATCH_JUMP); InjectHook(0x4B6890, CTheZones::FindSmallestZonePositionILN, PATCH_JUMP); InjectHook(0x4B6800, CTheZones::FindZoneByLabelAndReturnIndex, PATCH_JUMP); + InjectHook(0x4B6FA0, CTheZones::GetZone, PATCH_JUMP); + InjectHook(0x4B84F0, CTheZones::GetPointerForZoneIndex, PATCH_JUMP); InjectHook(0x4B6A10, CTheZones::GetZoneInfo, PATCH_JUMP); InjectHook(0x4B6FB0, CTheZones::GetZoneInfoForTimeOfDay, PATCH_JUMP); InjectHook(0x4B6A50, CTheZones::SetZoneCarInfo, PATCH_JUMP); -- cgit v1.2.3