fixed fading warps not downwarping (#675)

This commit is contained in:
CowQuack
2023-09-12 14:44:21 -04:00
committed by GitHub
parent 8f9c1856a7
commit 90d313b4e2

View File

@@ -1471,6 +1471,7 @@ s32 act_teleport_fade_in(struct MarioState *m) {
}
}
m->pos[1] = m->floorHeight;
stop_and_set_height_to_floor(m);
return FALSE;