mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
013a99fe9d
Xmines is yet another minesweeper-type game for the X window system. PR: 13221 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
12 lines
316 B
Plaintext
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"
|