File paths for roguegg
- Score file: /sys/sdf/var/roguegg.score - Screen dump: ./roguegg.screen
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user