Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
boolean
275
mapfrag_canmatch(struct mapfragment *mf)
276
{
277
return ((mf->wid % 2) && (mf->hei % 2));
278
}
279
280
const char *
281
mapfrag_error(struct mapfragment *mf)
Callers
1
mapfrag_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected