File paths for roguegg

- Score file: /sys/sdf/var/roguegg.score
- Screen dump: ./roguegg.screen
This commit is contained in:
David Meyer 2024-03-18 17:43:09 +09:00
parent 1788470fab
commit db3bf8eea9
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
Rogue -- Gold and Glory
A modification of NetBSD rogue that ranks players by both gold and experience.
? Fix bug that's adding extra space before cause of death in score file

View File

@ -31,5 +31,5 @@
* @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
#define _PATH_SCOREFILE "/var/games/rogue.scores"
#define _PATH_SCREENDUMP "rogue.screen"
#define _PATH_SCOREFILE "/sys/sdf/var/roguegg.scores"
#define _PATH_SCREENDUMP "roguegg.screen"