Skip to content

Commit

Permalink
Fixed doubling of graph nodes array with g-battle + win10 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MatVeiQaaa committed Aug 29, 2022
1 parent 2c18b61 commit 0003589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LR2GAS/GaugeIncrementsAsm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ namespace
{
MOV pointerToArrayForGraph, ESI
};
if (pointerToArrayForGraph != (int*)0x1873F4)
if (pointerToArrayForGraph != (int*)(0x1873F4 + g_win10Offset))
{
return;
}
Expand Down

0 comments on commit 0003589

Please sign in to comment.