Skip to content

Commit 23c05d2

Browse files
committed
Fix compatibility with 1.0.3258.0
1 parent 0c70868 commit 23c05d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/audEngine.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void
2929
audEngine::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 "),

src/peds/peds_SkellyFixes.cc

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)