Skip to content

Commit

Permalink
patched windmain.c
Browse files Browse the repository at this point in the history
  • Loading branch information
argrath committed Nov 3, 2024
1 parent d9bc15f commit 7043d7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/windows/windmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ build_known_folder_path(
if(!get_known_folder_path(folder_id, path, path_size))
return FALSE;

/*JP
strcat(path, "\\NetHack\\");
*/
strcat(path, "\\JNetHack\\");
create_directory(path);
if (versioned) {
Sprintf(eos(path), "%d.%d\\",
Expand Down

0 comments on commit 7043d7e

Please sign in to comment.