Change unk_120 to void *

This commit is contained in:
gamemasterplc 2024-06-05 11:40:49 -05:00
parent 24fa3369d7
commit ee1aa02f88
5 changed files with 19 additions and 19 deletions

View file

@ -64,7 +64,7 @@ typedef struct model_data {
Vec rot;
Vec scale;
Mtx unk_F0;
ParticleData *unk_120;
void *unk_120;
} ModelData; // sizeof 0x124
typedef struct camera_data {
f32 fov;