MCPcopy Create free account
hub / github.com/diasurgical/devilution / GetReturnLvlPos

Function GetReturnLvlPos

Source/quests.cpp:579–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void GetReturnLvlPos()
580{
581 if (quests[QTYPE_VB]._qactive == 3)
582 quests[QTYPE_VB]._qvar2 = 2;
583 ViewX = ReturnLvlX;
584 ViewY = ReturnLvlY;
585 currlevel = ReturnLvl;
586 leveltype = ReturnLvlT;
587}
588
589void ResyncMPQuests()
590{

Callers 2

ShowProgressFunction · 0.85
LoadGameLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected