aboutsummaryrefslogtreecommitdiff
path: root/games/xrobots/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xrobots/files/patch-ab')
-rw-r--r--games/xrobots/files/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/xrobots/files/patch-ab b/games/xrobots/files/patch-ab
deleted file mode 100644
index 7061fa8835c2..000000000000
--- a/games/xrobots/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-*** 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 ----