Code cleanup and fixes on 64bits

This commit is contained in:
Kevin Alexis Contreras 2022-06-13 10:05:42 -05:00
commit 394939347c
6 changed files with 23 additions and 11 deletions

View file

@ -1157,7 +1157,7 @@ typedef struct {
} CamColChk; // size = 0x28
typedef struct {
/* 0x000 */ char paramData[0xFF];
/* 0x000 */ char paramData[0x14 * sizeof(void*)];
/* 0x050 */ Vec3f at;
/* 0x05C */ Vec3f eye;
/* 0x068 */ Vec3f up;