Fix ship static var name

This commit is contained in:
LagoLunatic
2025-08-22 00:57:10 -04:00
parent 65c446628b
commit 88b40eef95
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -275,8 +275,6 @@ public:
cPhs_State create();
void initStartPos(cXyz const*, s16);
static cXyz l_rope_base_vec;
public:
/* 0x0290 */ request_of_phase_process_class mPhs;
/* 0x0298 */ mDoExt_McaMorf* mpBodyAnm;
+1 -1
View File
@@ -67,7 +67,7 @@ const f32 daShip_HIO_c0::throw_start_speedF = 150.0f;
const f32 daShip_HIO_c0::throw_start_speed_y = 50.0f;
static daShip_HIO_c0 l_HIO;
cXyz daShip_c::l_rope_base_vec(0.0f, -10.0f, 0.0f);
static cXyz l_rope_base_vec(0.0f, -10.0f, 0.0f);
/* 000000EC-0000023C .text bodyJointCallBack__8daShip_cFi */
BOOL daShip_c::bodyJointCallBack(int jno) {