fix event camera ptr param size

This commit is contained in:
TakaRikka
2026-03-12 21:15:50 -07:00
parent 0c43e6c293
commit fecc0fe3c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ struct UnkManualCameraParam {
struct dCamera_event_param {
/* 0x00 */ char name[16];
/* 0x10 */ int field_0x10;
/* 0x14 */ int value;
/* 0x14 */ uintptr_t value;
};
struct dCamera_type_data {