diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index d6703f5b7..1327ae285 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -86,6 +86,7 @@ struct Entity { i32 field_src_index; ExactValue default_value; bool default_is_nil; + bool default_is_location; bool is_immutable; bool is_thread_local; bool is_foreign; |