mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Fix camera structs being swapped
`camera_process_class` and `camera_class` were swapped according to TP's RTTI info.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user