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

Function path_push_active_step

Source/path.cpp:340–345  ·  view source on GitHub ↗

* @brief push pPath onto the pnode_tblptr stack */

Source from the content-addressed store, hash-verified

338 * @brief push pPath onto the pnode_tblptr stack
339 */
340void path_push_active_step(PATHNODE *pPath)
341{
342 int stack_index = gdwCurPathStep;
343 gdwCurPathStep++;
344 pnode_tblptr[stack_index] = pPath;
345}
346
347/**
348 * @brief pop and return a node from the pnode_tblptr stack

Callers 1

path_set_coordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected