comparison rogue3/machdep.h @ 20:bbf072f8bafa

rogue3: move file locations from Makefile to machdep.h
author edwarj4
date Wed, 11 Nov 2009 12:28:25 +0000
parents 527e2150eaf0
children da77eb183951
comparison
equal deleted inserted replaced
19:a86ae56e1ed6 20:bbf072f8bafa
17 17
18 #define AUTHORUID 0 18 #define AUTHORUID 0
19 #define MAXUSERS 25 /* max number of users for this game */ 19 #define MAXUSERS 25 /* max number of users for this game */
20 #define MAXLOAD 40 /* 10 * max 15 minute load average */ 20 #define MAXLOAD 40 /* 10 * max 15 minute load average */
21 #define CHECKTIME 15 /* number of minutes between load checks */ 21 #define CHECKTIME 15 /* number of minutes between load checks */
22
23 /* Locations of various files. Comment out to disable. */
24 /* The list of top ten scores. */
25 #define SCOREFILE "/usr/local/games/roguelike/rogue3.scr"
26 /* A text file with a record of every game. */
27 #define LOGFILE "/usr/local/games/roguelike/rogue3.log"
28 /* A standard location for saved games. */
29 #define SAVEDIR "/usr/local/games/roguelike/rogue3save/"