Skip to content

Commit

Permalink
Update dataOffsets.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnTW committed Oct 10, 2024
1 parent e097f04 commit df61df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M2TWEOP Code/M2TWEOP library/dataOffsets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ void dataOffsets::initDataOffsets(int gameVer)
offsets.battlefieldEngines = 0x02C3A254;
offsets.options1 = 0x02C6D804;
offsets.options2 = 0x01639EF0;
offsets.campaignDiff1 = 0x016AB5C8;
offsets.campaignDiff2 = 0x01604000;
offsets.campaignDiff1 = 0x01604000;
offsets.campaignDiff2 = 0x016AB5C8;
offsets.equipmentCosts = 0x0160DCC8;
offsets.saveGameHandler = 0x02C1B904;
offsets.ancLimit = 0x005A5CAD;
Expand Down

0 comments on commit df61df3

Please sign in to comment.