1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/glasteroids/files/patch-aa

12 lines
322 B
Plaintext
Raw Normal View History

--- BCmenu.h Thu Aug 12 04:48:58 1999
+++ /home/andy/tmp/wrk/BCmenu.h Tue Aug 17 15:28:12 1999
@@ -23,7 +23,7 @@
#include "BCincludes.h"
#include "TexFont.h"
-#define HIGH_SCORE_FILE "scores.txt"
+#define HIGH_SCORE_FILE PREFIX "/share/glasteroids/scores.txt"
#define MAX_HIGH_SCORES 10
#define MAX_NAME_LENGTH 10