Skip to content

Commit

Permalink
P_TryMove with Z coord, P_StepMove added
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 23, 2003
1 parent 235398f commit 448e174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/Include/p_mobj.h
Expand Up @@ -16,6 +16,8 @@ void P_SetState(mobj_t *mo, int statenum);
void P_XYMovement(mobj_t* mo);
void P_XYMovement2(mobj_t* mo, struct playerstate_s *playmove);
void P_ZMovement(mobj_t* mo);
boolean P_TryMove(mobj_t* thing, fixed_t x, fixed_t y, fixed_t z);
boolean P_StepMove(mobj_t *thing, fixed_t dx, fixed_t dy, fixed_t dz);
boolean P_CheckPosition(mobj_t *thing, fixed_t x, fixed_t y);
boolean P_CheckPosition2(mobj_t* thing, fixed_t x, fixed_t y, fixed_t z);
boolean P_ChangeSector(sector_t *sector);
Expand Down

0 comments on commit 448e174

Please sign in to comment.