Skip to content

Commit

Permalink
Make CLIENT_INFO Struct consistent with FLHookSDK (TheStarport#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverpechey authored Feb 20, 2021
1 parent 2462d7c commit ed400e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Hook.h
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ struct CLIENT_INFO {
std::wstring wscHostname;

bool bSpawnProtected;
uchar unused_data[128];
bool bUseServersideHitDetection; // used by AC Plugin
uchar unused_data[127];
};

// taken from directplay
Expand Down

0 comments on commit ed400e6

Please sign in to comment.