1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xmines/files/patch-ab
Chris Piazza 013a99fe9d Imp[ort of xmines.
Xmines is yet another minesweeper-type game for the X
window system.

PR:		13221
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-08-18 19:48:20 +00:00

12 lines
316 B
Plaintext

--- score.c Fri Dec 3 17:18:35 1993
+++ /home/andy/tmp/wrk/score.c Wed Aug 18 13:21:33 1999
@@ -6,7 +6,7 @@
FILE *scoreFile;
-#define SCOREfILE "/usr/X386/lib/X11/games/xbomb-scores"
+#define SCOREfILE "/usr/X11R6/share/xmines/scores"
#define NUMsCORES 10
#define NAMEsIZE 50
#define SCOREfORMAT "%5d %s\n"