diff 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
line wrap: on
line diff
--- a/xrogue/mach_dep.h	Thu Aug 13 07:38:57 2015 -0400
+++ b/xrogue/mach_dep.h	Thu Aug 13 07:47:01 2015 -0400
@@ -62,8 +62,8 @@
 
 #define FUDGE_TIME      200
 
-/* file locations */
-#ifndef HAVE_CONFIG_H
+/* File locations.  Define here if necessary. */
+#if 0
 #define SCOREFILE "xrogue.scr"
 #define LOGFILE "xrogue.log"
 #endif