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

Function moverock_done

src/hack.c:326–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326staticfn void
327moverock_done(coordxy sx, coordxy sy)
328{
329 struct obj *otmp;
330 for (otmp = svl.level.objects[sx][sy]; otmp; otmp = otmp->nexthere)
331 if (otmp->otyp == BOULDER)
332 otmp->next_boulder = 0; /* resume normal xname() for this obj */
333}
334
335staticfn int
336moverock(void)

Callers 1

moverockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected