summaryrefslogtreecommitdiff
blob: b3ef7fd98e6749abb1151045827f1cc7730a9e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff -rU 1 a/files.c b/files.c
--- a/files.c	2004-01-14 11:17:02.423263360 -0500
+++ b/files.c	2004-01-14 11:17:50.074019344 -0500
@@ -5670,3 +5670,3 @@
 	/* Build the filename */
-	path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
+	sprintf(buf, "GENTOO_DIR/tome-scores.raw");
 
@@ -5748,3 +5748,3 @@
 	/* Build the filename */
-	path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
+	sprintf(buf, "GENTOO_DIR/tome-scores.raw");
 
@@ -5846,3 +5846,3 @@
 	/* Build the filename */
-	path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
+	sprintf(buf, "GENTOO_DIR/tome-scores.raw");
 
@@ -6296,3 +6296,3 @@
 	/* Build the filename */
-	path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
+	sprintf(buf, "GENTOO_DIR/tome-scores.raw");
 
diff -rU 1 a/init2.c b/init2.c
--- a/init2.c	2004-01-14 11:17:02.473255760 -0500
+++ b/init2.c	2004-01-14 11:17:58.286770816 -0500
@@ -6686,3 +6686,3 @@
 	/* Build the filename */
-	path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
+	sprintf(buf, "GENTOO_DIR/tome-scores.raw");