mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Misc small cleanup
This commit is contained in:
@@ -1849,7 +1849,6 @@ BOOL daShip_c::procCrane() {
|
||||
return TRUE;
|
||||
}
|
||||
setControllAngle(0);
|
||||
dComIfG_play_c* play = &g_dComIfG_gameInfo.play;
|
||||
if (!dComIfGp_event_runCheck() && !daPy_getPlayerLinkActorClass()->checkNoControll()) {
|
||||
if (m0398 == m039A) {
|
||||
if(std::fabsf(speedF) < 3.0f &&
|
||||
@@ -1867,8 +1866,7 @@ BOOL daShip_c::procCrane() {
|
||||
setControllAngle(-0xA00);
|
||||
}
|
||||
if (m0353 && (sVar1 != mCurrentRopeSegmentIndex)) {
|
||||
//dComIfGp_getVibration().StartShock(5, -0x31, cXyz(0.0f, 1.0f, 0.0f));
|
||||
play->getVibration().StartShock(5, -0x31, cXyz(0.0f, 1.0f, 0.0f)); //Fakematch
|
||||
dComIfGp_getVibration().StartShock(5, -0x31, cXyz(0.0f, 1.0f, 0.0f));
|
||||
}
|
||||
}
|
||||
else if (m039A > 0) {
|
||||
|
||||
Reference in New Issue
Block a user