1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/hex/files/patch-aa
Chris Piazza 52a5b148a4 Import of Hex.
Hex is a clone of "Puzzle Bobble" for X11 w/ GTK+/Imlib.

PR:		13063
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-14 03:52:28 +00:00

12 lines
254 B
Plaintext

--- hex.c Wed Aug 4 19:36:00 1999
+++ hex.c.new Mon Aug 9 23:02:44 1999
@@ -17,7 +17,7 @@
#include <string.h>
#include <ctype.h>
-#define LEVELPATH "./levels/"
+#define LEVELPATH "/usr/X11R6/share/hex/levels/"
#define XSIZE 8
#define YSIZE 12