Skip to content

Commit

Permalink
COF_BUILD: usercmd_t: added 'is_donator' field, found by reverse-engi…
Browse files Browse the repository at this point in the history
…neering
  • Loading branch information
SmileyAG authored Nov 10, 2024
1 parent ef2a477 commit d765fcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HLSDK/common/usercmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ typedef struct usercmd_s
// Experimental player impact stuff.
int impact_index;
vec3_t impact_position;

#ifdef COF_BUILD
qboolean is_donator; // The data type is unknown, but to me it is clearly qboolean.
#endif
} usercmd_t;

#endif // USERCMD_H

0 comments on commit d765fcb

Please sign in to comment.