| 1518 | } |
| 1519 | |
| 1520 | void read_map(const string &file) |
| 1521 | { |
| 1522 | _parse_maps(lc_desfile = datafile_path(file)); |
| 1523 | _dgn_flush_map_environments(); |
| 1524 | // Force GC to prevent heap from swelling unnecessarily. |
| 1525 | dlua.gc(); |
| 1526 | } |
| 1527 | |
| 1528 | void read_maps() |
| 1529 | { |
no test coverage detected