Mercurial > hg > early-roguelike
comparison srogue/rip.c @ 59:bb9f7d01e09c
srogue: move default locations to /var.
| author | elwin |
|---|---|
| date | Tue, 24 Jan 2012 18:30:17 +0000 |
| parents | 24e6beb9e7aa |
| children | 3aa87373c908 |
comparison
equal
deleted
inserted
replaced
| 58:c6d58901ddc0 | 59:bb9f7d01e09c |
|---|---|
| 20 #include <pwd.h> | 20 #include <pwd.h> |
| 21 #include <fcntl.h> | 21 #include <fcntl.h> |
| 22 #include "rogue.h" | 22 #include "rogue.h" |
| 23 #include "rogue.ext" | 23 #include "rogue.ext" |
| 24 | 24 |
| 25 #define LOGFILE "/usr/local/games/roguelike/srogue.log" | 25 #define LOGFILE "/var/local/games/roguelike/srogue.log" |
| 26 | 26 |
| 27 static char scoreline[100]; | 27 static char scoreline[100]; |
| 28 | 28 |
| 29 static char *rip[] = { | 29 static char *rip[] = { |
| 30 " ____________________", | 30 " ____________________", |
