diff arogue7/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/arogue7/mach_dep.h	Thu Aug 13 07:38:57 2015 -0400
+++ b/arogue7/mach_dep.h	Thu Aug 13 07:47:01 2015 -0400
@@ -44,7 +44,8 @@
 /*
  * where scorefile should live
  */
-#ifndef HAVE_CONFIG_H
+/* File locations can be defined here, if necessary. */
+#if 0
 #define SCOREFILE	"arogue7.scr"
 #define LOGFILE "arogue7.log"
 #endif