update dat src include...
This commit is contained in:
+1
-1
@@ -1590,7 +1590,7 @@ do_oracles(void)
|
||||
/* Read one line from input, up to and including the next newline
|
||||
* character. Returns a pointer to the heap-allocated string, or a
|
||||
* null pointer if no characters were read.
|
||||
* 3.7: redone to use nethack's alloc() rather than libc's malloc()
|
||||
* 5.0: redone to use nethack's alloc() rather than libc's malloc()
|
||||
* and realloc().
|
||||
*/
|
||||
static char *
|
||||
|
||||
+1
-1
@@ -195,7 +195,7 @@ main(int argc, char *argv[])
|
||||
exit(EXIT_FAILURE);
|
||||
sz = strlen(folderbuf);
|
||||
(void) snprintf(eos(folderbuf), sizeof folderbuf - sz,
|
||||
"\\AppData\\Local\\NetHack\\3.7\\");
|
||||
"\\AppData\\Local\\NetHack\\5.0\\");
|
||||
// initoptions_init(); // This allows OPTIONS in syscf on Windows.
|
||||
set_default_prefix_locations(argv[0]);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user