]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/show.c
config: Generalize infrastructure build materials storage
[empserver] / src / lib / subs / show.c
index 45e9126132a9c1af0709312cd60f5a51db961e96..e251d3da4d6afbd05ada42a0b063f1cbfe6e9287 100644 (file)
@@ -429,7 +429,7 @@ show_sect_build(int foo)
               "infrastructure type       lcm  hcm mobil     $\n");
        pr("%-23.23s  %4d %4d %5d %5d\n",
           intrchr[i].in_name,
-          intrchr[i].in_lcms * 100, intrchr[i].in_hcms * 100,
+          intrchr[i].in_mat[I_LCM], intrchr[i].in_mat[I_HCM],
           intrchr[i].in_bmobil, intrchr[i].in_cost);
        first = 0;
     }