Skip to content

Commit

Permalink
All Games: The macro INRANGEOF is now defined in the game header.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jun 25, 2008
1 parent f534101 commit 201c7f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doomsday/plugins/common/src/p_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
#define MESSAGETICS (4 * TICSPERSEC)
#define CAMERA_FRICTION_THRESHOLD (.4f)

#define INRANGEOF(x, y, r) ((x) >= (y) - (r) && (x) <= (y) + (r))

// TYPES -------------------------------------------------------------------

// EXTERNAL FUNCTION PROTOTYPES --------------------------------------------
Expand Down

0 comments on commit 201c7f3

Please sign in to comment.