miscellaneous
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
*.p NHSUBST
|
*.p NHSUBST
|
||||||
* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_Atari_version_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_BeOS_version_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
Makefile.* NHSUBST
|
Makefile.* NHSUBST
|
||||||
* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_OS/2_version_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
*.ce NHSUBST
|
*.ce NHSUBST
|
||||||
*.mak NHSUBST
|
*.mak NHSUBST
|
||||||
*.bat NHSUBST
|
*.bat NHSUBST
|
||||||
* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.7)
|
* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_GEM_versions_-_untested_for_5.0)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.7)
|
* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_5.0)
|
||||||
|
|||||||
+1
-1
@@ -2103,7 +2103,7 @@ make_converted_name(const char *filename)
|
|||||||
size_t sz = strlen(folderbuf);
|
size_t sz = strlen(folderbuf);
|
||||||
|
|
||||||
Snprintf(eos(folderbuf), sizeof folderbuf - sz,
|
Snprintf(eos(folderbuf), sizeof folderbuf - sz,
|
||||||
"\\AppData\\Local\\NetHack\\3.7\\");
|
"\\AppData\\Local\\NetHack\\5.0\\");
|
||||||
dir = (const char *) folderbuf;
|
dir = (const char *) folderbuf;
|
||||||
}
|
}
|
||||||
#endif /* UNIX || WIN32 */
|
#endif /* UNIX || WIN32 */
|
||||||
|
|||||||
@@ -146,22 +146,22 @@ OPTIONS=hilite_pet,!toptenwin
|
|||||||
# point at must exist. NetHack will not create them for you.
|
# point at must exist. NetHack will not create them for you.
|
||||||
#
|
#
|
||||||
# The location that documentation and helps files are placed
|
# The location that documentation and helps files are placed
|
||||||
#HACKDIR=c:\User\USERNAME\NetHack\3.6
|
#HACKDIR=c:\User\USERNAME\NetHack\5.0
|
||||||
#
|
#
|
||||||
# The location that level files in progress are stored (writeable)
|
# The location that level files in progress are stored (writeable)
|
||||||
#LEVELDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6
|
#LEVELDIR=c:\User\USERNAME\AppData\Local\NetHack\5.0
|
||||||
#
|
#
|
||||||
# The location where saved games are kept (writeable)
|
# The location where saved games are kept (writeable)
|
||||||
#SAVEDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6
|
#SAVEDIR=c:\User\USERNAME\AppData\Local\NetHack\5.0
|
||||||
#
|
#
|
||||||
# The location that bones files are kept (writeable)
|
# The location that bones files are kept (writeable)
|
||||||
#BONESDIR=c:\ProgramData\NetHack\3.6
|
#BONESDIR=c:\ProgramData\NetHack\5.0
|
||||||
#
|
#
|
||||||
# The location that score files are kept (writeable)
|
# The location that score files are kept (writeable)
|
||||||
#SCOREDIR=c:\ProgramData\NetHack\3.6
|
#SCOREDIR=c:\ProgramData\NetHack\5.0
|
||||||
#
|
#
|
||||||
# The location that file synchronization locks are stored (writeable)
|
# The location that file synchronization locks are stored (writeable)
|
||||||
#LOCKDIR=c:\ProgramData\NetHack\3.6
|
#LOCKDIR=c:\ProgramData\NetHack\5.0
|
||||||
#
|
#
|
||||||
|
|
||||||
# Finnish keyboards might need these modifications uncommented.
|
# Finnish keyboards might need these modifications uncommented.
|
||||||
|
|||||||
Reference in New Issue
Block a user