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

Function precheck

win/share/tilemap.c:1478–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476
1477#if defined(OBTAIN_TILEMAP)
1478void
1479precheck(int offset, const char *glyphtype)
1480{
1481 if (tilemap[offset].tilenum != -1)
1482 Fprintf(stderr, "unexpected re-write of tile mapping [%s]\n",
1483 glyphtype);
1484}
1485
1486void
1487add_tileref(

Callers 1

init_tilemapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected