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

Function error4

src/display.c:3113–3120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3111}
3112
3113staticfn void
3114error4(coordxy x, coordxy y, int a, int b, int c, int dd)
3115{
3116 pline("set_wall_state: %s @ (%d,%d) %s%s%s%s",
3117 type_to_name(levl[x][y].typ), x, y,
3118 a ? "1" : "", b ? "2" : "", c ? "3" : "", dd ? "4" : "");
3119 bad_count[levl[x][y].typ]++;
3120}
3121#endif /* WA_VERBOSE */
3122
3123/*

Callers 2

more_than_oneFunction · 0.85
set_crosswallFunction · 0.85

Calls 2

type_to_nameFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected