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

Function PriestJustEnteredPuzzle

scripts/Level6.cpp:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279void PriestJustEnteredPuzzle(void) {
1280 mprintf(0, "Just entered puzzle\n");
1281 PriestResetPuzzle();
1282}
1283
1284void PriestResetPuzzle(void) {
1285 mprintf(0, "Reseting Priest Key Puzzle\n");

Callers 1

aPriestKeyEnterFunction · 0.85

Calls 1

PriestResetPuzzleFunction · 0.85

Tested by

no test coverage detected