Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1279
void PriestJustEnteredPuzzle(void) {
1280
mprintf(0,
"Just entered puzzle\n"
);
1281
PriestResetPuzzle();
1282
}
1283
1284
void PriestResetPuzzle(void) {
1285
mprintf(0,
"Reseting Priest Key Puzzle\n"
);
Callers
1
aPriestKeyEnter
Function · 0.85
Calls
1
PriestResetPuzzle
Function · 0.85
Tested by
no test coverage detected