srogue: move default locations to /var.

This commit is contained in:
John "Elwin" Edwards 2012-01-24 18:30:17 +00:00
parent e26d961c7a
commit 0195eba9bb
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
#include "rogue.h"
#include "rogue.ext"
#define LOGFILE "/usr/local/games/roguelike/srogue.log"
#define LOGFILE "/var/local/games/roguelike/srogue.log"
static char scoreline[100];