Skip to content

Commit 2ff6b89

Browse files
committed
Fix EHANDLE save-restore
1 parent 28f90f4 commit 2ff6b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ static int gSizes[FIELD_TYPECOUNT] =
17791779
sizeof(string_t), // FIELD_STRING
17801780
sizeof(void*), // FIELD_ENTITY
17811781
sizeof(void*), // FIELD_CLASSPTR
1782-
sizeof(void*), // FIELD_EHANDLE
1782+
sizeof(EHANDLE), // FIELD_EHANDLE
17831783
sizeof(void*), // FIELD_entvars_t
17841784
sizeof(void*), // FIELD_EDICT
17851785
sizeof(float) * 3, // FIELD_VECTOR

0 commit comments

Comments
 (0)