Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dummy.setpos instead of g->u in the place_player helper function. Global `g->u` avatar instance is implicit in `place_player`; we want to set the position of the `dummy` instance, not necessarily `g->u`. Also reset speed and bonuses in clear_character.
- Loading branch information