summaryrefslogtreecommitdiff
path: root/games/tanked/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/tanked/patches/patch-ag')
-rw-r--r--games/tanked/patches/patch-ag12
1 files changed, 10 insertions, 2 deletions
diff --git a/games/tanked/patches/patch-ag b/games/tanked/patches/patch-ag
index 4e0794dce1c..096fd0b79d7 100644
--- a/games/tanked/patches/patch-ag
+++ b/games/tanked/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.2 2007/03/05 17:32:32 drochner Exp $
+$NetBSD: patch-ag,v 1.3 2007/03/06 22:25:17 rillig Exp $
--- client/libsprite/data.c.orig 1998-04-12 03:34:31.000000000 +0200
-+++ client/libsprite/data.c
++++ client/libsprite/data.c 2007-03-06 23:18:55.279840258 +0100
@@ -11,13 +11,13 @@
#ifdef HACKED_XPMLIB
#include "xpmlib-3.4b/xpm.h"
@@ -18,3 +18,11 @@ $NetBSD: patch-ag,v 1.2 2007/03/05 17:32:32 drochner Exp $
int nplanes=3;
int xpmORplanes = 4;
+@@ -80,7 +80,6 @@ W_Color W_White = WHITE, W_Black = BLACK
+ W_Color W_Green2 = GREEN2, W_Blue = BLUE, W_DarkGreen = DARKGREEN, W_Brown = BROWN;
+ W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = LIGHT_GREY, W_DarkGrey = DARK_GREY;
+ int W_Textwidth, W_Textheight, W_BigTextwidth, W_BigTextheight;
+-char *strdup();
+
+ int W_in_message = 0; /* jfy -- for Jerry's warp message hack */
+