summaryrefslogtreecommitdiff
path: root/src/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/files.c b/src/files.c
index 5bf2ef58..3facb8ef 100644
--- a/src/files.c
+++ b/src/files.c
@@ -3966,13 +3966,8 @@ void process_player_base()
{
char temp[128];
-#if defined(SAVEFILE_USE_UID) && !defined(PRIVATE_USER_PATH)
- /* Rename the savefile, using the player_uid and player_base */
- (void)sprintf(temp, "%d.%s", player_uid, player_base);
-#else
/* Rename the savefile, using the player_base */
(void)sprintf(temp, "%s", player_base);
-#endif
/* Build the filename */
path_build(savefile, 1024, ANGBAND_DIR_SAVE, temp);