MCPcopy Create free account
hub / github.com/crawl/crawl / _reset_map_parser

Function _reset_map_parser

crawl-ref/source/maps.cc:1247–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245extern int yylineno;
1246
1247static void _reset_map_parser()
1248{
1249 lc_map.init();
1250 lc_default_depths.clear();
1251 lc_global_prelude.clear();
1252
1253 yylineno = 1;
1254 lc_run_global_prelude = true;
1255}
1256
1257////////////////////////////////////////////////////////////////////////////
1258

Callers 1

_parse_mapsFunction · 0.85

Calls 2

initMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected