MCPcopy Create free account
hub / github.com/diasurgical/devilution / path_pop_active_step

Function path_pop_active_step

Source/path.cpp:350–354  ·  view source on GitHub ↗

* @brief pop and return a node from the pnode_tblptr stack */

Source from the content-addressed store, hash-verified

348 * @brief pop and return a node from the pnode_tblptr stack
349 */
350PATHNODE *path_pop_active_step()
351{
352 gdwCurPathStep--;
353 return pnode_tblptr[gdwCurPathStep];
354}
355
356/**
357 * @brief zero one of the preallocated nodes and return a pointer to it, or NULL if none are available

Callers 1

path_set_coordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected