mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 23:58:51 -05:00
done (#3248)
This commit is contained in:
parent
e66be83eb7
commit
095fd8b625
@ -353,6 +353,9 @@ s32 EnSsh_IsCloseToLink(EnSsh* this, PlayState* play) {
|
||||
Player* player = GET_PLAYER(play);
|
||||
f32 yDist;
|
||||
|
||||
if (IS_RANDO) {
|
||||
return true;
|
||||
}
|
||||
if (this->stateFlags & SSH_STATE_GROUND_START) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user