2013-09-26 17:14:40 +02:00

13 lines
521 B
Plaintext

$NetBSD: patch-ad,v 1.1 2005/06/14 17:32:37 jmmv Exp $
--- libsprite/data.c.orig 1998-04-12 08:03:22.000000000 +0200
+++ libsprite/data.c
@@ -79,7 +79,6 @@ W_Font W_HighlightFont = (W_Font) & two
W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN;
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 */