Skip to content

Commit

Permalink
virtual SV_EmitPings() order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Oct 22, 2021
1 parent 23ac1f8 commit 9a6c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapi/include/cssdk/engine/rehlds_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ class IRehldsHookchains {
virtual IRehldsHookRegistry_SV_Frame* SV_Frame() = 0;
virtual IRehldsHookRegistry_SV_ShouldSendConsistencyList* SV_ShouldSendConsistencyList() = 0;
virtual IRehldsHookRegistry_GetEntityInit* GetEntityInit() = 0;
virtual IRehldsHookRegistry_SV_EmitPings* SV_EmitPings() = 0;
virtual IRehldsHookRegistry_ED_Alloc* ED_Alloc() = 0;
virtual IRehldsHookRegistry_ED_Free* ED_Free() = 0;
virtual IRehldsHookRegistry_SV_EmitPings* SV_EmitPings() = 0;
};

struct RehldsFuncs_t {
Expand Down

0 comments on commit 9a6c564

Please sign in to comment.