MCPcopy Index your code
hub / github.com/NetHack/NetHack / force_launch_placement

Function force_launch_placement

src/trap.c:3243–3250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3241}
3242
3243void
3244force_launch_placement(void)
3245{
3246 if (gl.launchplace.obj) {
3247 gl.launchplace.obj->otrapped = 0;
3248 place_object(gl.launchplace.obj, gl.launchplace.x, gl.launchplace.y);
3249 }
3250}
3251
3252/*
3253 * Move obj from (x1,y1) to (x2,y2)

Callers 1

really_doneFunction · 0.85

Calls 1

place_objectFunction · 0.85

Tested by

no test coverage detected