1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/hex/files/patch-hex.c

13 lines
232 B
C

--- hex.c.orig Thu Aug 5 08:36:00 1999
+++ hex.c Wed Aug 9 02:55:38 2000
@@ -17,7 +17,9 @@
#include <string.h>
#include <ctype.h>
+#ifndef LEVELPATH
#define LEVELPATH "./levels/"
+#endif
#define XSIZE 8
#define YSIZE 12