diff srogue/main.c @ 101:15f8229f38c1

srogue: begin porting to autoconf. Super-Rogue can now be built with './configure && make', though 'make install' does not work yet, and there may be problems with portability.
author John "Elwin" Edwards
date Sun, 01 Sep 2013 20:50:52 -0700
parents 1e88eb1942a5
children f2951c4e28d9
line wrap: on
line diff
--- a/srogue/main.c	Sat Aug 31 14:24:31 2013 -0700
+++ b/srogue/main.c	Sun Sep 01 20:50:52 2013 -0700
@@ -39,9 +39,6 @@
 
 #include "rogue.ext"
 
-#define SCOREFILE "/var/local/games/roguelike/srogue.scr"
-#define SAVEDIR "/var/local/games/roguelike/sroguesave/"
-
 struct termios terminal;
 
 main(argc, argv, envp)