Fix camera structs being swapped

`camera_process_class` and `camera_class` were swapped according to TP's RTTI info.
This commit is contained in:
LagoLunatic
2026-08-17 23:03:22 -04:00
parent e3f5172595
commit f0d5cd7b6a
58 changed files with 182 additions and 180 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ void wether_move_moya() {
/* 800891A8-80089698 .text wether_move_vrkumo__Fv */
void wether_move_vrkumo() {
camera_process_class* camera_p = dComIfGp_getCamera(0);
camera_class* camera_p = dComIfGp_getCamera(0);
static cXyz r09o(-180000.0f, 750.0f, -200000.0f);
if (strcmp(dComIfGp_getStartStageName(), "Name") != 0) {