pkgsrc/games/tanked/patches/patch-ag

29 lines
888 B
Text
Raw Normal View History

2007-03-06 23:25:16 +01:00
$NetBSD: patch-ag,v 1.3 2007/03/06 22:25:17 rillig Exp $
2007-03-05 18:32:32 +01:00
--- client/libsprite/data.c.orig 1998-04-12 03:34:31.000000000 +0200
2007-03-06 23:25:16 +01:00
+++ client/libsprite/data.c 2007-03-06 23:18:55.279840258 +0100
2007-03-05 18:32:32 +01:00
@@ -11,13 +11,13 @@
#ifdef HACKED_XPMLIB
#include "xpmlib-3.4b/xpm.h"
#else
-#include <xpm.h>
+#include <X11/xpm.h>
#endif /*HACKED_XPMLIB*/
#endif /*XPM [BDyess]*/
2007-03-05 18:32:32 +01:00
#include "Wlib.h"
-#include "libsdata.h"
#include "libsstruct.h"
+#include "libsdata.h"
int nplanes=3;
int xpmORplanes = 4;
2007-03-06 23:25:16 +01:00
@@ -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 */