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

Function dirty

win/win32/mhmap.c:1097–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097static void dirty(PNHMapWindow data, int x, int y)
1098{
1099 data->locDirty[x][y] = TRUE;
1100 data->mapDirty = TRUE;
1101}
1102
1103static void
1104paint(PNHMapWindow data, int i, int j)

Callers 2

MapWndProcFunction · 0.85
onMSNHCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected