Match m410dll/game.c

This commit is contained in:
gamemasterplc 2024-05-21 20:54:47 -05:00
parent 7c4d57c7db
commit 883773eaa4
5 changed files with 38 additions and 53 deletions

View file

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