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

Function xEntMotionDebugAdd

src/SB/Core/x/xEntMotion.cpp:1003–1010  ·  view source on GitHub ↗

This scheduling is absolutely shambolic

Source from the content-addressed store, hash-verified

1001
1002// This scheduling is absolutely shambolic
1003void xEntMotionDebugAdd(xEntMotion* motion)
1004{
1005 if (dbg_num < dbg_num_allocd)
1006 {
1007 dbg_num++;
1008 dbg_xems[dbg_num] = motion;
1009 }
1010}
1011
1012void xEntMotionDebugCB()
1013{

Callers 1

xEntMotionInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected