MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DoMatcensFrame

Function DoMatcensFrame

Descent3/matcen.cpp:1926–1934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924#ifndef NEWEDITOR
1925
1926void DoMatcensFrame() {
1927 int i;
1928
1929 for (i = 0; i < Num_matcens; i++) {
1930 if (Matcen[i]) {
1931 Matcen[i]->DoThinkFrame();
1932 }
1933 }
1934}
1935
1936#endif // NEWEDITOR
1937

Callers 1

GameFrameFunction · 0.85

Calls 1

DoThinkFrameMethod · 0.80

Tested by

no test coverage detected