]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/finish.c
Add performance statistics to path finder
[empserver] / src / lib / update / finish.c
index 8fc8af924e8220afc4799acf16d80934a2a64087..c502ae6493eab6b981ce5951e42be624daaa9dd1 100644 (file)
@@ -130,4 +130,5 @@ assemble_dist_paths(double *import_cost)
                                   sp->sct_x, sp->sct_y,
                                   dist->sct_own, MOB_MOVE);
     }
+    path_find_print_stats();
 }