File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
audEngine::InitialisePatterns ()
30
30
{
31
31
audSpeechManager::sm_MetadataMgr = GetRelativeReference<audMetadataMgr> (
32
- " ? 8d 2d ? ? ? ? ? 8b f0 85 d2 74 ? " , 3 , 7 );
32
+ " ? 8d 0d ? ? ? ? 8b d0 e8 ? ? ? ? ? 85 c0 74 ? 33 c9 " , 3 , 7 );
33
33
34
34
ConvertCall (hook::get_pattern (
35
35
" 8d ? ? ? 8b ? a9 fe ff ff ff 75 ? 33 ? c3 " ),
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ class PedRandomizerSkeletonFixes
86
86
RegisterTorsoIkProcessFix ()
87
87
{
88
88
hook::pattern p (
89
- " e8 ? ? ? ? ? 8b 4f 30 ba 01 5c 00 00 8b d8 e8 ? ? ? ? ? 8b 4f 30 "
90
- " 44 8b f0 ba f0 60 00 00 44 89 ? ? ? ? ? e8 ? ? ? ? ? 8b 4f 30 ba "
91
- " f1 60 00 00 44 8b e0 89 ? ? ? ? ? e8 ? ? ? ? ? 8b 4f 30 ba f2 60 "
92
- " 00 00 44 8b e8 89 ? ? ? ? ? e8 " );
89
+ " e8 ? ? ? ? ? 8b ? ? ba 01 5c 00 00 8b ? e8 ? ? ? ? ? 8b ? ? ? 8b "
90
+ " ? ba f0 60 00 00 ? 89 ? ? ? ? ? e8 ? ? ? ? ? 8b ? ? ba f1 60 00 "
91
+ " 00 ? 8b ? 89 ? ? ? ? ? e8 ? ? ? ? ? 8b ? ? ba f2 60 00 00 ? 8b ? "
92
+ " 89 ? ? ? ? ? e8 ? ? ? ? " );
93
93
94
94
static uint32_t (*CPed_GetBoneIndex) (CPed *, uint16_t );
95
95
You can’t perform that action at this time.
0 commit comments