mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Code cleanup and fixes on 64bits
This commit is contained in:
parent
af8c5ab978
commit
394939347c
6 changed files with 23 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue