Skip to content

Commit

Permalink
server: fix FIELD_EHANDLE size as suggested by @FreeSlave (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross authored Aug 21, 2024
1 parent 2113beb commit f1c430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ static int gSizes[FIELD_TYPECOUNT] =
sizeof(string_t), // FIELD_STRING
sizeof(void*), // FIELD_ENTITY
sizeof(void*), // FIELD_CLASSPTR
sizeof(void*), // FIELD_EHANDLE
sizeof(EHANDLE), // FIELD_EHANDLE
sizeof(void*), // FIELD_entvars_t
sizeof(void*), // FIELD_EDICT
sizeof(float) * 3, // FIELD_VECTOR
Expand Down

0 comments on commit f1c430a

Please sign in to comment.