diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-12 03:16:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-12 03:16:11 +0000 |
commit | d5377ed85a6a20ebbcc649893f5c9d5fdf6dcb87 (patch) | |
tree | 0a347e53ba599d6a791a6bc96d9300cafc39725e /games/xrobots/files/patch-xrobots.h | |
parent | Rename to the right file. (diff) |
Rename to the right filename.
Diffstat (limited to 'games/xrobots/files/patch-xrobots.h')
-rw-r--r-- | games/xrobots/files/patch-xrobots.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xrobots/files/patch-xrobots.h b/games/xrobots/files/patch-xrobots.h new file mode 100644 index 000000000000..7061fa8835c2 --- /dev/null +++ b/games/xrobots/files/patch-xrobots.h @@ -0,0 +1,14 @@ +*** xrobots.h.orig Fri Nov 17 14:37:40 1989 +--- xrobots.h Mon Jan 2 22:47:56 1995 +*************** +*** 146,154 **** + game_active, + sonic_used; + +- #define MIN(a,b) ((a<b)?a:b) +- #define MAX(a,b) ((a>b)?a:b) +- + #define INXRANGE( _x_ ) (((_x_) >=0) && ((_x_)<MAXX)) + #define INYRANGE( _y_ ) (((_y_) >=0) && ((_y_)<MAXY)) + +--- 146,151 ---- |