Add map beautifying (still has some minor bugs)
[dungeon1] / main.h
diff --git a/main.h b/main.h
index b5e7959..7cce2ec 100644 (file)
--- a/main.h
+++ b/main.h
@@ -5,7 +5,8 @@
 #include <ncurses.h>
 
 #define MAPDIR "maps"
-#define BLANKCHAR ':'
+#define BLANKCHAR ' '
+#define WALLCHARS "#-|.'+"
 
 enum {
        H = 24,