summaryrefslogtreecommitdiffstats
path: root/tetris/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/pathnames.h')
-rw-r--r--tetris/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tetris/pathnames.h b/tetris/pathnames.h
index f96e3cc5..5a9ccc04 100644
--- a/tetris/pathnames.h
+++ b/tetris/pathnames.h
@@ -34,4 +34,6 @@
* @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
-#define _PATH_SCOREFILE "/var/games/tetris.scores"
+#include "config.h"
+
+#define _PATH_SCOREFILE LOCALSTATEDIR"/games/tetris.scores"