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

Function CreateBackground

Descent3/TelComEffects.cpp:1265–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265bool CreateBackground(tceffect *tce) { return true; }
1266
1267bool CreateSound(tceffect *tce, const char *filename) {
1268 tce->soundinfo.handle = FindSoundName(IGNORE_TABLE(filename));

Callers 1

CreateBackgroundEffectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected