Decompile lightGetUnk07

This commit is contained in:
Ryan Dwyer
2020-09-02 21:06:31 +10:00
parent c94f60965c
commit 7e56aa81dd
2 changed files with 15 additions and 38 deletions
+4 -2
View File
@@ -6375,8 +6375,10 @@ struct light {
/*0x05*/ u8 on : 1;
/*0x05*/ u8 unk05_03 : 1;
/*0x05*/ u8 unk05_04 : 1;
/*0x06*/ u16 unk06;
/*0x08*/ u16 unk08;
/*0x06*/ u8 unk06;
/*0x07*/ s8 unk07;
/*0x08*/ s8 unk08;
/*0x09*/ s8 unk09;
/*0x0a*/ struct vec3s16 bbox[4];
};