Skip to content

Commit

Permalink
MeshRenderer: Fix false positive pattern for EZ2
Browse files Browse the repository at this point in the history
- Fixed false positive for DrawInternal's pattern "7467727-hl2" matching in Entropy Zero 2 (first release build). This led to crashes particularly when alt-firing.
  • Loading branch information
thisis2838 authored and lipsanen committed Mar 21, 2024
1 parent 1e0a08d commit 012543e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ namespace patterns
"7467727-hl2",
"55 8B EC 81 EC A0 00 00 00 83 3D ?? ?? ?? ?? 00");
PATTERNS(CSkyBoxView__DrawInternal,
"5135-portal1",
"EZ2-1.0.0+original",
"55 8B EC 81 EC 28 01 00 00 A1 ?? ?? ?? ?? 33 C5 89 45 ?? 8B 45 ??",
"5135-portal1",
"83 EC 28 53 56 8B F1 8B 0D ?? ?? ?? ??",
"7467727-hl2",
"55 8B EC 83 EC 24 53 56 57 8B F9 8B 0D ?? ?? ?? ??");
Expand Down

0 comments on commit 012543e

Please sign in to comment.