fix: filling union members that are not supposed to be written

* This causes some pointers to be partially overwritten when filling in the wrong order as well
This commit is contained in:
Jan Laupetin
2026-01-17 00:45:21 +00:00
parent 9f559fdcd0
commit 00546740e4
15 changed files with 72 additions and 69 deletions
+1 -1
View File
@@ -2044,8 +2044,8 @@ namespace IW4
union entryInternalData
{
int op;
Operand operand;
int op;
};
enum expressionEntryType : int