diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-23 21:39:31 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-23 21:39:31 +0000 |
commit | e94fcf41dc2290be374eb5734ff7e2a0b64624b6 (patch) | |
tree | 29ef29707aa13c9190ce729326b784a20aa48236 /games/glasteroids/files/patch-aa | |
parent | Turn some spaces into tabs. (diff) |
This is a port of glasteroids-1.0, 3D Asteroids game clone for
X Window System. The goal is simple: Don't get killed.
PR: 13267
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=23939
Diffstat (limited to 'games/glasteroids/files/patch-aa')
-rw-r--r-- | games/glasteroids/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/glasteroids/files/patch-aa b/games/glasteroids/files/patch-aa new file mode 100644 index 000000000000..d484839dc974 --- /dev/null +++ b/games/glasteroids/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 + |