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