Add map beautifying (still has some minor bugs)
[dungeon1] / main.c
diff --git a/main.c b/main.c
index 2d80a81..bd5c248 100644 (file)
--- a/main.c
+++ b/main.c
@@ -27,7 +27,7 @@ main(void)
 
        fow = getblackmap();
        showmap(fow);
-       map = readmap("map2");
+       map = readmap("map1");
 
        findchar(map, '>', &y, &x);
        move(y, x);