Skip to content

Commit bc863b4

Browse files
committed
Ported OverrideVehicleHeadlightColor to Enhanced
1 parent 82edd64 commit bc863b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ChaosMod/Memory/Vehicle.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ namespace Memory
104104
{
105105
Handle handle;
106106

107-
handle = FindPattern("48 89 0D ? ? ? ? E8 ? ? ? ? 48 8D 4D C8 E8 ? ? ? ? 48 8D 15 ? ? ? ? 48 8D 4D C8 45 "
108-
"33 C0 E8 ? ? ? ? 4C 8D 0D");
107+
handle = FindPattern("48 89 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8D 4D C8", "48 89 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8D ?? ?? ?? 00 00 00 48 89");
109108
if (!handle.IsValid())
110109
return;
111110

0 commit comments

Comments
 (0)