Skip to content

Commit

Permalink
COF_BUILD: clientdata_t: added 'isdonator' field, found by reverse-en…
Browse files Browse the repository at this point in the history
…gineering
  • Loading branch information
SmileyAG authored and YaLTeR committed Nov 10, 2024
1 parent b5a05da commit cbc496b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HLSDK/common/entity_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ typedef struct clientdata_s
vec3_t vuser2;
vec3_t vuser3;
vec3_t vuser4;

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

#include "weaponinfo.h"
Expand Down

0 comments on commit cbc496b

Please sign in to comment.