p2sr / SourceAutoRecord

Speedrun plugin for Source engine games.
MIT License
89 stars 27 forks source link

fix: update Linux offsets in renderer #181

Closed NeKzor closed 8 months ago

NeKzor commented 1 year ago

It's been a while since I looked at this code base so I'm still trying to understand what I have missed in the last three years.

I believe the issue was that SourceGame_EIPRelPIC got introduced in https://github.com/p2sr/SourceAutoRecord/commit/4c8ae529142b324a5b5262f57afa0b53aa03a514 and then it should have been fixed in https://github.com/p2sr/SourceAutoRecord/commit/17c66ac574514bec55c1808e705f9473d7d01795 but the render offsets did not get updated. If I understand this correctly SourceGame_EIPRelPIC is not a thing anymore, right?

I only updated the offsets so this should fix #180.

NeKzor commented 8 months ago

Merged in cbdc05662b10e5f81851da66c9cdeabe5a3728a2.