- one more

This commit is contained in:
Christoph Oelckers 2022-02-05 12:26:34 +01:00
parent c5fb88e203
commit d6523c30f2

View file

@ -372,7 +372,7 @@ void movedummyplayers(void)
}
}
act->add_int_pos({ (ps[p].player_int_pos().X - ps[p].__int_opos.X), (ps[p].player_int_pos().Y - ps[p].__int_opos.Y), 0 });
act->add_int_pos({ (ps[p].player_int_pos().X - ps[p].player_int_opos().X), (ps[p].player_int_pos().Y - ps[p].player_int_opos().Y), 0 });
SetActor(act, act->int_pos());
}
}