]> git.marmaro.de Git - dungeon1/blobdiff - main.h
Add map beautifying (still has some minor bugs)
[dungeon1] / main.h
diff --git a/main.h b/main.h
index b5e7959ab2d379589859492331a51e85accfe43a..7cce2ecd29752b842fc3e3e2e52c38384a4e1a33 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,