rename and retype RoomVars field_0xac

This commit is contained in:
Tal Hayon
2022-03-06 17:50:45 +02:00
parent 1724325cb0
commit a7ad4afebd
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ typedef struct {
/* 0x68 */ u32 animFlags;
/* 0x6c */ void* field_0x6c[8];
/* 0x8c */ void* field_0x8c[8];
/* 0xac */ void* field_0xac[8];
/* 0xac */ Entity* entities[8];
} RoomVars;
static_assert(sizeof(RoomVars) == 0xCC);
extern RoomVars gRoomVars;