diff options
Diffstat (limited to 'games/hex/files/patch-hex.c')
-rw-r--r-- | games/hex/files/patch-hex.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/hex/files/patch-hex.c b/games/hex/files/patch-hex.c deleted file mode 100644 index c00792cac4bb..000000000000 --- a/games/hex/files/patch-hex.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |