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

Function ReadLevelGoalsChunk

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

Source from the content-addressed store, hash-verified

3192}
3193
3194void ReadLevelGoalsChunk(CFILE *fp, int version) { Level_goals.LoadLevelGoalInfo(fp); }
3195
3196// Reads relevant info about the terrain sky and lights
3197void ReadTerrainSkyAndLightChunk(CFILE *fp, int version) {

Callers 1

LoadLevelFunction · 0.85

Calls 1

LoadLevelGoalInfoMethod · 0.80

Tested by

no test coverage detected