summaryrefslogtreecommitdiff
path: root/games/xdoom/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xdoom/patches/patch-ab')
-rw-r--r--games/xdoom/patches/patch-ab35
1 files changed, 0 insertions, 35 deletions
diff --git a/games/xdoom/patches/patch-ab b/games/xdoom/patches/patch-ab
deleted file mode 100644
index e41edbf5239..00000000000
--- a/games/xdoom/patches/patch-ab
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2000/02/03 16:01:15 abs Exp $
-
---- linuxdoom-1.10/am_map.c.orig Mon Dec 22 19:58:32 1997
-+++ linuxdoom-1.10/am_map.c Thu Feb 3 01:33:44 2000
-@@ -783,7 +783,7 @@
- //
- void AM_updateLightLev(void)
- {
-- static nexttic = 0;
-+ static int nexttic = 0;
- //static int litelevels[] = { 0, 3, 5, 6, 6, 7, 7, 7 };
- static int litelevels[] = { 0, 4, 7, 10, 12, 14, 15, 15 };
- static int litelevelscnt = 0;
-@@ -856,9 +856,9 @@
- TOP =8
- };
-
-- register outcode1 = 0;
-- register outcode2 = 0;
-- register outside;
-+ register int outcode1 = 0;
-+ register int outcode2 = 0;
-+ register int outside;
-
- fpoint_t tmp;
- int dx;
-@@ -989,7 +989,7 @@
- register int ay;
- register int d;
-
-- static fuck = 0;
-+ static int fuck = 0;
-
- // For debugging only
- if ( fl->a.x < 0 || fl->a.x >= f_w