diff options
Diffstat (limited to 'games/hex/files/patch-ab')
-rw-r--r-- | games/hex/files/patch-ab | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games/hex/files/patch-ab b/games/hex/files/patch-ab index 747fae578649..023e818c6d78 100644 --- a/games/hex/files/patch-ab +++ b/games/hex/files/patch-ab @@ -1,10 +1,12 @@ ---- hex.h Fri Aug 6 17:27:05 1999 -+++ hex.h.new Mon Aug 9 23:10:17 1999 -@@ -1,5 +1,5 @@ --#define GRAPHICPATH "./graphics/" --#define LEVELPATH "./levels/" -+#define GRAPHICPATH "/usr/X11R6/share/hex/graphics/" -+#define LEVELPATH "/usr/X11R6/share/hex/levels/" +--- hex.h.orig Sat Aug 7 06:27:05 1999 ++++ hex.h Wed Aug 9 02:54:56 2000 +@@ -1,5 +1,9 @@ ++#ifndef GRAPHICPATH + #define GRAPHICPATH "./graphics/" ++#endif ++#ifndef LEVELPATH + #define LEVELPATH "./levels/" ++#endif #define XSIZE 8 #define YSIZE 12 // add 1 for the ceiling line |