Skip to content

Commit

Permalink
Added blockingMobj
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 27, 2003
1 parent 4a9f7f3 commit b5f9fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/p_mobj.h
Expand Up @@ -11,6 +11,7 @@ typedef struct mobj_s {
} mobj_t;

extern int tmfloorz, tmceilingz;
extern mobj_t *blockingMobj;

void P_SetState(mobj_t *mo, int statenum);
void P_XYMovement(mobj_t* mo);
Expand Down

0 comments on commit b5f9fa3

Please sign in to comment.