File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929audEngine::InitialisePatterns ()
3030{
3131 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 );
3333
3434 ConvertCall (hook::get_pattern (
3535 " 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
8686 RegisterTorsoIkProcessFix ()
8787 {
8888 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 ? ? ? ? " );
9393
9494 static uint32_t (*CPed_GetBoneIndex) (CPed *, uint16_t );
9595
You can’t perform that action at this time.
0 commit comments