UltraRogue: begin autoconfiscation.
Build options can now be set with configure.
This commit is contained in:
parent
6c46840eab
commit
e3c596c443
6 changed files with 315 additions and 12 deletions
|
|
@ -26,9 +26,9 @@
|
|||
#include <errno.h>
|
||||
#include "rogue.h"
|
||||
|
||||
#define SAVEDIR "."
|
||||
#define SCOREFILE "/var/local/games/roguelike/urogue.scr"
|
||||
#define LOGFILE "/var/local/games/roguelike/urogue.log"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
FILE *fd_score = NULL;
|
||||
FILE *file_log = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue