MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xParGroupAddParToDeadList

Function xParGroupAddParToDeadList

src/SB/Core/x/xParGroup.cpp:288–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void xParGroupAddParToDeadList(xParGroup* ps, xPar* p)
289{
290 if (ps->m_dead)
291 {
292 ps->m_dead->m_prev = p;
293 }
294
295 p->m_next = ps->m_dead;
296 p->m_prev = NULL;
297
298 ps->m_dead = p;
299}

Callers 1

xParGroupKillParFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected