MCPcopy Create free account
hub / github.com/NetHack/NetHack / mapfrag_canmatch

Function mapfrag_canmatch

src/sp_lev.c:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274boolean
275mapfrag_canmatch(struct mapfragment *mf)
276{
277 return ((mf->wid % 2) && (mf->hei % 2));
278}
279
280const char *
281mapfrag_error(struct mapfragment *mf)

Callers 1

mapfrag_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected