Add todos

This commit is contained in:
Jarrod Doyle 2024-07-22 21:10:19 +01:00
parent e85008a505
commit 2efb6374e6
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 3 additions and 3 deletions

View File

@ -87,8 +87,8 @@ struct WrCellHeader {
u8 render_poly_count; u8 render_poly_count;
u8 portal_poly_count; u8 portal_poly_count;
u8 plane_count; u8 plane_count;
u8 medium; u8 medium; // TODO: Enum
u8 flags; u8 flags; // TODO: Bitfield
s32 portal_vertex_list; s32 portal_vertex_list;
u16 num_v_list; u16 num_v_list;
u8 anim_light_count; u8 anim_light_count;
@ -98,7 +98,7 @@ struct WrCellHeader {
}; };
struct WrPoly { struct WrPoly {
u8 flags; u8 flags; // TODO: Bitfield
u8 vertex_count; u8 vertex_count;
u8 plane_id; u8 plane_id;
u8 clut_id; u8 clut_id;