diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-29 18:01:35 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-29 18:01:35 +0200 |
| commit | 6b8692d14f6f6fa46ef2cc33f06920f1d7faab84 (patch) | |
| tree | 64f41a89b20a9a37f1e19b558468c1534beb184a /include/entity.h | |
| parent | 9ad81a51d323e9149e1ffb092769befac3029fff (diff) | |
decompile doorMimic
Diffstat (limited to 'include/entity.h')
| -rw-r--r-- | include/entity.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/entity.h b/include/entity.h index 0304f396..fc09651d 100644 --- a/include/entity.h +++ b/include/entity.h @@ -19,10 +19,7 @@ typedef struct { } EntityType; typedef struct { - u8 unknown[6]; - u8 field_0x6; - u8 field_0x7; - u8 unknown2[4]; + u8 unknown[8]; } BoundingBox; typedef struct Entity { |
