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

Function ObjReInitPositionHistory

Descent3/object.cpp:1817–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815}
1816
1817void ObjReInitPositionHistory(void) {
1818 ObjResetPositionHistory();
1819
1820 int i;
1821 for (i = 0; i <= Highest_object_index; i++) {
1822 if (Objects[i].type != OBJ_NONE) {
1823 ObjInitPositionHistory(&Objects[i]);
1824 }
1825 }
1826}
1827
1828extern void newdemo_record_guided_end();
1829

Callers 1

LGSObjectsFunction · 0.85

Calls 2

ObjResetPositionHistoryFunction · 0.85
ObjInitPositionHistoryFunction · 0.85

Tested by

no test coverage detected