aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-01-23 01:38:15 +0100
committerDaniel Gavin <danielgavin5@hotmail.com>2022-01-23 01:38:15 +0100
commit01e29bf27ef0204f586b856363f7a3bf5138052d (patch)
treee2806fec63a858c58e0cc9ea3f6a76666ad90ccc /src/entity.cpp
parent96d7c4ffdf91a35d0791234b76be8601a1ced5d7 (diff)
parent63771bc6e821b7cca0073684cc03dc74eaef6a13 (diff)
Merge remote-tracking branch 'upstream/master' into parser-fix
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index b39ffc63a..05ee9a33e 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -160,10 +160,12 @@ struct Entity {
ExactValue value;
ParameterValue param_value;
u32 flags;
+ i32 field_group_index;
} Constant;
struct {
Ast *init_expr; // only used for some variables within procedure bodies
i32 field_index;
+ i32 field_group_index;
ParameterValue param_value;