mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Bowsers BITDW ground tremor now affects all players
This commit is contained in:
parent
d7048f5eb3
commit
1559f4db0b
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ s32 bowser_set_anim_in_air(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 bowser_land(void) {
|
s32 bowser_land(void) {
|
||||||
struct Object* player = nearest_player_to_object(o);
|
struct Object* player = gMarioStates[0].marioObj;
|
||||||
s32 distanceToPlayer = dist_between_objects(o, player);
|
s32 distanceToPlayer = dist_between_objects(o, player);
|
||||||
|
|
||||||
if (o->oMoveFlags & OBJ_MOVE_LANDED) {
|
if (o->oMoveFlags & OBJ_MOVE_LANDED) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue