d_a_player_tact work

This commit is contained in:
LagoLunatic
2024-05-08 19:11:20 -04:00
parent 86465eb2d1
commit af61ba5f0a
14 changed files with 236 additions and 37 deletions
+2 -2
View File
@@ -1328,7 +1328,7 @@ void dSv_restart_c::setRestartOption(s8 param_0, cXyz* i_pos, s16 i_angle, s8 i_
/* 8005D5B4-8005D604 .text set__17dSv_turnRestart_cFRC4cXyzsScUlRC4cXyzsi */
void dSv_turnRestart_c::set(const cXyz& i_pos, s16 i_angle, s8 i_roomNo, u32 i_param,
const cXyz& i_shipPos, s16 i_shipAngle, int param_6) {
const cXyz& i_shipPos, s16 i_shipAngle, BOOL i_hasShip) {
mPosition = i_pos;
mAngleY = i_angle;
mRoomNo = i_roomNo;
@@ -1336,7 +1336,7 @@ void dSv_turnRestart_c::set(const cXyz& i_pos, s16 i_angle, s8 i_roomNo, u32 i_p
field_0x13 = 0;
mShipPos = i_shipPos;
mShipAngleY = i_shipAngle;
field_0x34 = param_6;
mHasShip = i_hasShip;
}
/* 8005D604-8005D660 .text init__10dSv_info_cFv */