MCPcopy Create free account
hub / github.com/assaultcube/AC / tempmmsort

Function tempmmsort

source/src/rendermodel.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236int tempmmsort(tempmmslot *a, tempmmslot *b)
237{
238 int n = tempmmcmp(a, b);
239 return n ? n : a->oldslot[0] - b->oldslot[0];
240}
241
242int tempmmunsort(tempmmslot *a, tempmmslot *b)
243{

Callers

nothing calls this directly

Calls 1

tempmmcmpFunction · 0.85

Tested by

no test coverage detected