]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/move.c
Use the new path finder for land paths, drop old A*
[empserver] / src / lib / subs / move.c
index 5ae391766cc474aab2c24e411f16518aa573c6e7..57abc754388357f26a291ef6dff92d78ce9694fe 100644 (file)
@@ -63,8 +63,8 @@ move_ground(struct sctstr *start, struct sctstr *end,
     int intcost;
     int takedam = *dam;
     int out = 0;
-    char bpath[512];
-    char buf2[512];
+    char bpath[1024];
+    char buf2[1024];
     char prompt[128];
     char buf[1024];