Skip to content

Commit

Permalink
Fix EHANDLE save-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Aug 15, 2024
1 parent 28f90f4 commit 2ff6b89
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 @@ -1779,7 +1779,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 2ff6b89

Please sign in to comment.