mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
done (#3248)
This commit is contained in:
parent
e66be83eb7
commit
095fd8b625
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue