comparison xrogue/mach_dep.h @ 204:4b1999ac91cf

Permit not defining score and log files.
author John "Elwin" Edwards
date Thu, 13 Aug 2015 07:47:01 -0400
parents 44a0fce4b168
children
comparison
equal deleted inserted replaced
203:aa8e1fc62926 204:4b1999ac91cf
60 * fudge factor allowed in time for saved game 60 * fudge factor allowed in time for saved game
61 */ 61 */
62 62
63 #define FUDGE_TIME 200 63 #define FUDGE_TIME 200
64 64
65 /* file locations */ 65 /* File locations. Define here if necessary. */
66 #ifndef HAVE_CONFIG_H 66 #if 0
67 #define SCOREFILE "xrogue.scr" 67 #define SCOREFILE "xrogue.scr"
68 #define LOGFILE "xrogue.log" 68 #define LOGFILE "xrogue.log"
69 #endif 69 #endif