summaryrefslogtreecommitdiff
path: root/games/xsc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xsc/patches/patch-aa')
-rw-r--r--games/xsc/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xsc/patches/patch-aa b/games/xsc/patches/patch-aa
new file mode 100644
index 00000000000..a42a04e6d8f
--- /dev/null
+++ b/games/xsc/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/01/15 16:56:26 christos Exp $
+
+--- text.C.orig 2006-01-15 06:53:55.000000000 -0500
++++ text.C 2006-01-15 06:52:26.000000000 -0500
+@@ -15,6 +15,7 @@
+ Text::Text(void)
+ {
+ //fprintf(stderr, "Text::Text()\n");
++ set_message("");
+ set_scale(6.0);
+ set_gc(fetch_gc(GC_BLUE));
+ } // Text::Text