summaryrefslogtreecommitdiff
path: root/games/xemeraldia/patches/patch-ac
blob: 5e0ab91153cafa5c20211980dd04e87a67aa462b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- init-graphics.c.orig	Mon Mar 20 16:15:38 1995
+++ init-graphics.c	Thu Dec  9 19:50:51 1999
@@ -50,7 +50,7 @@
   clearScreen (w);
 
   font = XLoadFont (XtDisplay (w),
-		    "-*-new century schoolbook-*-*-*-*-20-*-*-*-*-*-*-*");
+		    "-*-new century schoolbook-*-*-*-*-18-*-*-*-*-*-*-*");
   XSetFont (XtDisplay (w), draw_gc, font);
 }