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

Function WriteLevelGoalsChunk

Descent3/LoadLevel.cpp:4760–4766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4758}
4759
4760void WriteLevelGoalsChunk(CFILE *fp) {
4761 int start_pos;
4762
4763 start_pos = StartChunk(fp, CHUNK_LEVEL_GOALS);
4764 Level_goals.SaveLevelGoalInfo(fp);
4765 EndChunk(fp, start_pos);
4766}
4767
4768void WriteTerrainSkyAndLightChunk(CFILE *fp) {
4769 int i;

Callers 1

SaveLevelFunction · 0.85

Calls 3

StartChunkFunction · 0.85
EndChunkFunction · 0.85
SaveLevelGoalInfoMethod · 0.80

Tested by

no test coverage detected