diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-10-27 00:35:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 21:35:25 -0700 |
| commit | f5e80cf9fda54894e97af8629386e2a7c562479a (patch) | |
| tree | 033b66397086e01b49bb30968cc30e3480a11c76 /src/d/d_com_inf_actor.cpp | |
| parent | 606178dc88e162969a636644f410c72cbb5eca64 (diff) | |
d_camera work (#2226)
Diffstat (limited to 'src/d/d_com_inf_actor.cpp')
| -rw-r--r-- | src/d/d_com_inf_actor.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/d/d_com_inf_actor.cpp b/src/d/d_com_inf_actor.cpp index 4f6c430905..e978dad95d 100644 --- a/src/d/d_com_inf_actor.cpp +++ b/src/d/d_com_inf_actor.cpp @@ -4,6 +4,7 @@ */ #include "d/d_com_inf_actor.h" +#include "dolphin/types.h" /* ############################################################################################## */ /* 80450610-80450618 000090 0008+00 0/0 1/1 0/0 .sdata g_dComIfAc_gameInfo */ @@ -14,5 +15,5 @@ dComIfAc_info_c g_dComIfAc_gameInfo = { /* 80450618-80450620 000098 0004+04 0/0 2/2 7/7 .sdata g_dComIfGoat_gameInfo */ dComIfGoat_info_c g_dComIfGoat_gameInfo = { - 0, // field_0x0 -};
\ No newline at end of file + NULL, // field_0x0 +}; |
