]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/bestpath.c
Clean up dead stores
[empserver] / src / lib / common / bestpath.c
index 30383fcb6d7b9441abd090c5b01a031840057a62..bb42ad61eec58804d07e10b6acc28ef8ed4d1d3c 100644 (file)
@@ -125,7 +125,6 @@ bestownedpath(char *bpath, char *bigmap,
 
     routelen = 0;              /* path length is now 0 */
     mapindex[x][y] = 0;                /* mark starting spot   */
-    markedsectors = 1;         /* source sector marked */
     minx = x - 2;              /* set X scan bounds    */
     maxx = x + 2;
     miny = y - 1;              /* set Y scan bounds    */