summaryrefslogtreecommitdiff
path: root/src/main-win.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 17:22:37 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 17:22:37 +0200
commit67485c9c36e244861c6226a3854781d1dd16f3ca (patch)
tree0af1c75e09fcfbce364202c41f1938f79afa92b3 /src/main-win.c
parent6c3d9cd354cc69bbbc719e0be91169946e3212a0 (diff)
Remove ANGBAND_DIR_APEX since it's not used any more
Diffstat (limited to 'src/main-win.c')
-rw-r--r--src/main-win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main-win.c b/src/main-win.c
index 92a2a775..1498672d 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -2952,7 +2952,7 @@ ofn.lStructSize = sizeof(OPENFILENAME);
}
/* Build the pathname of the score file */
- path_build(buf, sizeof(buf), ANGBAND_DIR_APEX, "scores.raw");
+ path_build(buf, sizeof(buf), ANGBAND_DIR_USER, "scores.raw");
/* Hack - open the score file for reading */
highscore_fd = fd_open(buf, O_RDONLY);
@@ -4136,7 +4136,6 @@ static void init_stuff(void)
/*** Validate the paths to ensure we have a working install ***/
- validate_dir(ANGBAND_DIR_APEX);
validate_dir(ANGBAND_DIR_DATA);
validate_dir(ANGBAND_DIR_EDIT);
validate_dir(ANGBAND_DIR_FILE);